#3A740F

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

Shades of Bilbao #3A740F

Tints of Bilbao #3A740F

Color information

#3A740F (or 0x3A740F) is unknown color: approx Bilbao. HEX triplet: 3A, 74 and 0F. RGB value is (58,116,15). Sum of RGB (Red+Green+Blue) = 58+116+15=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 116 (45.70% from 255 or 61.38% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 116 - color contains mainly: green. Hex color #3A740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A740F is #C58BF0. Grayscale: #575757. Windows color (decimal): -12946417 or 1012794. OLE color: 1012794.

HSL color Cylindrical-coordinate representation of color #3A740F: hue angle of 94.46º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A740F is Cyan = 0.5, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB5811615-
CMYK0.500.870.55
HSL94.46º77.1%25.69%-
HSV(B)94.46º87.07%45.49%-
XYZ8.0813.422.62-
YUV87.1487.28107.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.69%
GREEN value IS 116 (45.70% from 255) = 61.38%
BLUE value IS 15 (6.25% from 255) = 7.94%
R=30.69%
G=61.38%
B=7.94%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58116150.500.870.5594.4677.125.69
Hex3A74F32057375e4d1a
Octal72164176201276713611532
Binary11101011101001111110010010101111101111011110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,116,15); }

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

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

 a { background-color: rgb(58,116,15); }

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

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

 span { border-color: rgb(58,116,15); }

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