#3D870F

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

Shades of Bilbao #3D870F

Tints of Bilbao #3D870F

Color information

#3D870F (or 0x3D870F) is unknown color: approx Bilbao. HEX triplet: 3D, 87 and 0F. RGB value is (61,135,15). Sum of RGB (Red+Green+Blue) = 61+135+15=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 135 (53.12% from 255 or 63.98% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 135 - color contains mainly: green. Hex color #3D870F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D870F is #C278F0. Grayscale: #636363. Windows color (decimal): -12744945 or 1017661. OLE color: 1017661.

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

Color convert

RGB6113515-
CMYK0.5500.890.47
HSL97º80%29.41%-
HSV(B)97º88.89%52.94%-
XYZ10.6718.353.43-
YUV99.1980.48100.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.91%
GREEN value IS 135 (53.12% from 255) = 63.98%
BLUE value IS 15 (6.25% from 255) = 7.11%
R=28.91%
G=63.98%
B=7.11%

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
Decimal61135150.5500.890.47978029.41
Hex3D87F370592F61501d
Octal75207176701315714112035
Binary111101100001111111110111010110011011111100001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D870F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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