#3D880F

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

Shades of Bilbao #3D880F

Tints of Bilbao #3D880F

Color information

#3D880F (or 0x3D880F) is unknown color: approx Bilbao. HEX triplet: 3D, 88 and 0F. RGB value is (61,136,15). Sum of RGB (Red+Green+Blue) = 61+136+15=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #3D880F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D880F is #C277F0. Grayscale: #646464. Windows color (decimal): -12744689 or 1017917. OLE color: 1017917.

HSL color Cylindrical-coordinate representation of color #3D880F: hue angle of 97.19º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D880F is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB6113615-
CMYK0.5500.890.47
HSL97.19º80.13%29.61%-
HSV(B)97.19º88.97%53.33%-
XYZ10.8118.633.48-
YUV99.7880.15100.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.77%
GREEN value IS 136 (53.52% from 255) = 64.15%
BLUE value IS 15 (6.25% from 255) = 7.08%
R=28.77%
G=64.15%
B=7.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61136150.5500.890.4797.1980.1329.61
Hex3D88F370592F61501e
Octal75210176701315714112036
Binary111101100010001111110111010110011011111100001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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