#3A780E

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

Shades of Bilbao #3A780E

Tints of Bilbao #3A780E

Color information

#3A780E (or 0x3A780E) is unknown color: approx Bilbao. HEX triplet: 3A, 78 and 0E. RGB value is (58,120,14). Sum of RGB (Red+Green+Blue) = 58+120+14=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 120 (47.27% from 255 or 62.5% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 120 - color contains mainly: green. Hex color #3A780E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A780E is #C587F1. Grayscale: #595959. Windows color (decimal): -12945394 or 948282. OLE color: 948282.

HSL color Cylindrical-coordinate representation of color #3A780E: hue angle of 95.09º 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 #3A780E is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB5812014-
CMYK0.5200.880.53
HSL95.09º79.1%26.27%-
HSV(B)95.09º88.33%47.06%-
XYZ8.5414.362.74-
YUV89.3885.46105.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.21%
GREEN value IS 120 (47.27% from 255) = 62.5%
BLUE value IS 14 (5.86% from 255) = 7.29%
R=30.21%
G=62.5%
B=7.29%

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
Decimal58120140.5200.880.5395.0979.126.27
Hex3A78E34058355f4f1a
Octal72170166401306513711732
Binary11101011110001110110100010110001101011011111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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