#3A790E

Color #3A790E Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #3A790E

Tints of Bilbao #3A790E

Color information

#3A790E (or 0x3A790E) is unknown color: approx Bilbao. HEX triplet: 3A, 79 and 0E. RGB value is (58,121,14). Sum of RGB (Red+Green+Blue) = 58+121+14=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 121 (47.66% from 255 or 62.69% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 121 - color contains mainly: green. Hex color #3A790E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A790E is #C586F1. Grayscale: #5A5A5A. Windows color (decimal): -12945138 or 948538. OLE color: 948538.

HSL color Cylindrical-coordinate representation of color #3A790E: hue angle of 95.33º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A790E is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB5812114-
CMYK0.5200.880.53
HSL95.33º79.26%26.47%-
HSV(B)95.33º88.43%47.45%-
XYZ8.6614.612.78-
YUV89.9685.13105.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 30.05%
GREEN value IS 121 (47.66% from 255) = 62.69%
BLUE value IS 14 (5.86% from 255) = 7.25%
R=30.05%
G=62.69%
B=7.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58121140.5200.880.5395.3379.2626.47
Hex3A79E34058355f4f1a
Octal72171166401306513711732
Binary11101011110011110110100010110001101011011111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A790E; }

 p { color: rgb(58,121,14); }

 H1.HeaderClassName
 {
   color: #3A790E;
 }
 .AnyTagClassName
 {
   color: #3A790E;
 }
</style>
background-color css

<style>
 a { background-color: #3A790E; }

 a { background-color: rgb(58,121,14); }

 div.DivClassName
 {
   background-color: #3A790E;
 }
 .BgClassName
 {
   background-color: #3A790E;
 }
</style>
border-color css

<style>
 span { border-color: #3A790E; }

 span { border-color: rgb(58,121,14); }

 td.TdClassName
 {
   border-color: #3A790E;
 }
 .TagClassName
 {
   border-color: #3A790E;
 }
</style>