#3D720F

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

Shades of Bilbao #3D720F

Tints of Bilbao #3D720F

Color information

#3D720F (or 0x3D720F) is unknown color: approx Bilbao. HEX triplet: 3D, 72 and 0F. RGB value is (61,114,15). Sum of RGB (Red+Green+Blue) = 61+114+15=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #3D720F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D720F is #C28DF0. Grayscale: #575757. Windows color (decimal): -12750321 or 1012285. OLE color: 1012285.

HSL color Cylindrical-coordinate representation of color #3D720F: hue angle of 92.12º 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 #3D720F is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB6111415-
CMYK0.4600.870.55
HSL92.12º76.74%25.29%-
HSV(B)92.12º86.84%44.71%-
XYZ8.0313.062.55-
YUV86.8787.44109.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 114 (44.92% from 255) = 60%
BLUE value IS 15 (6.25% from 255) = 7.89%
R=32.11%
G=60%
B=7.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61114150.4600.870.5592.1276.7425.29
Hex3D72F2E057375c4d19
Octal75162175601276713411531
Binary11110111100101111101110010101111101111011100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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