#3A780C

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

Shades of Bilbao #3A780C

Tints of Bilbao #3A780C

Color information

#3A780C (or 0x3A780C) is unknown color: approx Bilbao. HEX triplet: 3A, 78 and 0C. RGB value is (58,120,12). Sum of RGB (Red+Green+Blue) = 58+120+12=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 120 (47.27% from 255 or 63.16% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 120 - color contains mainly: green. Hex color #3A780C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A780C is #C587F3. Grayscale: #595959. Windows color (decimal): -12945396 or 817210. OLE color: 817210.

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

Color convert

RGB5812012-
CMYK0.5200.900.53
HSL94.44º81.82%25.88%-
HSV(B)94.44º90%47.06%-
XYZ8.5314.362.67-
YUV89.1584.46105.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.53%
GREEN value IS 120 (47.27% from 255) = 63.16%
BLUE value IS 12 (5.08% from 255) = 6.32%
R=30.53%
G=63.16%
B=6.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58120120.5200.900.5394.4481.8225.88
Hex3A78C3405A355e521a
Octal72170146401326513612232
Binary11101011110001100110100010110101101011011110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,120,12); }

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

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

 a { background-color: rgb(58,120,12); }

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

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

 span { border-color: rgb(58,120,12); }

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