#3C762F

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

Shades of Bilbao #3C762F

Tints of Bilbao #3C762F

Color information

#3C762F (or 0x3C762F) is unknown color: approx Bilbao. HEX triplet: 3C, 76 and 2F. RGB value is (60,118,47). Sum of RGB (Red+Green+Blue) = 60+118+47=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #3C762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C762F is #C389D0. Grayscale: #5C5C5C. Windows color (decimal): -12814801 or 3110460. OLE color: 3110460.

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

Color convert

RGB6011847-
CMYK0.4900.600.54
HSL109.01º43.03%32.35%-
HSV(B)109.01º60.17%46.27%-
XYZ8.8614.124.95-
YUV92.56102.28104.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=26.67%
G=52.44%
B=20.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60118470.4900.600.54109.0143.0332.35
Hex3C762F3103C366d2b20
Octal741665761074661555340
Binary111100111011010111111000101111001101101101101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,118,47); }

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

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

 a { background-color: rgb(60,118,47); }

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

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

 span { border-color: rgb(60,118,47); }

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