#3D7F2F

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

Shades of Bilbao #3D7F2F

Tints of Bilbao #3D7F2F

Color information

#3D7F2F (or 0x3D7F2F) is unknown color: approx Bilbao. HEX triplet: 3D, 7F and 2F. RGB value is (61,127,47). Sum of RGB (Red+Green+Blue) = 61+127+47=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 127 (50% from 255 or 54.04% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 127 - color contains mainly: green. Hex color #3D7F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7F2F is #C280D0. Grayscale: #626262. Windows color (decimal): -12746961 or 3112765. OLE color: 3112765.

HSL color Cylindrical-coordinate representation of color #3D7F2F: hue angle of 109.5º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D7F2F is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB6112747-
CMYK0.5200.630.50
HSL109.5º45.98%34.12%-
HSV(B)109.5º62.99%49.8%-
XYZ10.0316.385.32-
YUV98.1599.13101.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.96%
GREEN value IS 127 (50% from 255) = 54.04%
BLUE value IS 47 (18.75% from 255) = 20%
R=25.96%
G=54.04%
B=20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61127470.5200.630.50109.545.9834.12
Hex3D7F2F3403F326e2e22
Octal751775764077621565642
Binary111101111111110111111010001111111100101101110101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,127,47); }

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

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

 a { background-color: rgb(61,127,47); }

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

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

 span { border-color: rgb(61,127,47); }

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