#3D752F

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

Shades of Bilbao #3D752F

Tints of Bilbao #3D752F

Color information

#3D752F (or 0x3D752F) is unknown color: approx Bilbao. HEX triplet: 3D, 75 and 2F. RGB value is (61,117,47). Sum of RGB (Red+Green+Blue) = 61+117+47=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #3D752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D752F is #C28AD0. Grayscale: #5C5C5C. Windows color (decimal): -12749521 or 3110205. OLE color: 3110205.

HSL color Cylindrical-coordinate representation of color #3D752F: hue angle of 108º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D752F is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB6111747-
CMYK0.4800.600.54
HSL108º42.68%32.16%-
HSV(B)108º59.83%45.88%-
XYZ8.813.924.91-
YUV92.28102.45105.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.11%
GREEN value IS 117 (46.09% from 255) = 52%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=27.11%
G=52%
B=20.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61117470.4800.600.5410842.6832.16
Hex3D752F3003C366c2b20
Octal751655760074661545340
Binary111101111010110111111000001111001101101101100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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