#3C772E

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

Shades of Bilbao #3C772E

Tints of Bilbao #3C772E

Color information

#3C772E (or 0x3C772E) is unknown color: approx Bilbao. HEX triplet: 3C, 77 and 2E. RGB value is (60,119,46). Sum of RGB (Red+Green+Blue) = 60+119+46=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #3C772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C772E is #C388D1. Grayscale: #5D5D5D. Windows color (decimal): -12814546 or 3045180. OLE color: 3045180.

HSL color Cylindrical-coordinate representation of color #3C772E: hue angle of 108.49º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C772E is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB6011946-
CMYK0.5000.610.53
HSL108.49º44.24%32.35%-
HSV(B)108.49º61.34%46.67%-
XYZ8.9514.354.88-
YUV93.04101.45104.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=26.67%
G=52.89%
B=20.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60119460.5000.610.53108.4944.2432.35
Hex3C772E3203D356c2c20
Octal741675662075651545440
Binary111100111011110111011001001111011101011101100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,119,46); }

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

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

 a { background-color: rgb(60,119,46); }

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

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

 span { border-color: rgb(60,119,46); }

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