#3B752F

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

Shades of Bilbao #3B752F

Tints of Bilbao #3B752F

Color information

#3B752F (or 0x3B752F) is unknown color: approx Bilbao. HEX triplet: 3B, 75 and 2F. RGB value is (59,117,47). Sum of RGB (Red+Green+Blue) = 59+117+47=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #3B752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B752F is #C48AD0. Grayscale: #5B5B5B. Windows color (decimal): -12880593 or 3110203. OLE color: 3110203.

HSL color Cylindrical-coordinate representation of color #3B752F: hue angle of 109.71º 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 #3B752F is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB5911747-
CMYK0.5000.600.54
HSL109.71º42.68%32.16%-
HSV(B)109.71º59.83%45.88%-
XYZ8.6813.864.91-
YUV91.68102.78104.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.46%
GREEN value IS 117 (46.09% from 255) = 52.47%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=26.46%
G=52.47%
B=21.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59117470.5000.600.54109.7142.6832.16
Hex3B752F3203C366e2b20
Octal731655762074661565340
Binary111011111010110111111001001111001101101101110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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