#3C762C

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

Shades of Bilbao #3C762C

Tints of Bilbao #3C762C

Color information

#3C762C (or 0x3C762C) is unknown color: approx Bilbao. HEX triplet: 3C, 76 and 2C. RGB value is (60,118,44). Sum of RGB (Red+Green+Blue) = 60+118+44=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #3C762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C762C is #C389D3. Grayscale: #5C5C5C. Windows color (decimal): -12814804 or 2913852. OLE color: 2913852.

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

Color convert

RGB6011844-
CMYK0.4900.630.54
HSL107.03º45.68%31.76%-
HSV(B)107.03º62.71%46.27%-
XYZ8.814.14.64-
YUV92.22100.78105.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.03%
GREEN value IS 118 (46.48% from 255) = 53.15%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=27.03%
G=53.15%
B=19.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60118440.4900.630.54107.0345.6831.76
Hex3C762C3103F366b2e20
Octal741665461077661535640
Binary111100111011010110011000101111111101101101011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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