#3C772B

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

Shades of Bilbao #3C772B

Tints of Bilbao #3C772B

Color information

#3C772B (or 0x3C772B) is unknown color: approx Bilbao. HEX triplet: 3C, 77 and 2B. RGB value is (60,119,43). Sum of RGB (Red+Green+Blue) = 60+119+43=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #3C772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C772B is #C388D4. Grayscale: #5C5C5C. Windows color (decimal): -12814549 or 2848572. OLE color: 2848572.

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

Color convert

RGB6011943-
CMYK0.5000.640.53
HSL106.58º46.91%31.76%-
HSV(B)106.58º63.87%46.67%-
XYZ8.914.334.58-
YUV92.799.95104.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.03%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=27.03%
G=53.60%
B=19.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60119430.5000.640.53106.5846.9131.76
Hex3C772B32040356b2f20
Octal7416753620100651535740
Binary1111001110111101011110010010000001101011101011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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