#3A720F

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

Shades of Bilbao #3A720F

Tints of Bilbao #3A720F

Color information

#3A720F (or 0x3A720F) is unknown color: approx Bilbao. HEX triplet: 3A, 72 and 0F. RGB value is (58,114,15). Sum of RGB (Red+Green+Blue) = 58+114+15=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #3A720F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A720F is #C58DF0. Grayscale: #565656. Windows color (decimal): -12946929 or 1012282. OLE color: 1012282.

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

Color convert

RGB5811415-
CMYK0.4900.870.55
HSL93.94º76.74%25.29%-
HSV(B)93.94º86.84%44.71%-
XYZ7.8512.972.54-
YUV85.9787.95108.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.02%
GREEN value IS 114 (44.92% from 255) = 60.96%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=31.02%
G=60.96%
B=8.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58114150.4900.870.5593.9476.7425.29
Hex3A72F31057375e4d19
Octal72162176101276713611531
Binary11101011100101111110001010101111101111011110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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