#3C771E

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

Shades of Bilbao #3C771E

Tints of Bilbao #3C771E

Color information

#3C771E (or 0x3C771E) is unknown color: approx Bilbao. HEX triplet: 3C, 77 and 1E. RGB value is (60,119,30). Sum of RGB (Red+Green+Blue) = 60+119+30=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #3C771E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C771E is #C388E1. Grayscale: #5B5B5B. Windows color (decimal): -12814562 or 1996604. OLE color: 1996604.

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

Color convert

RGB6011930-
CMYK0.5000.750.53
HSL99.78º59.73%29.22%-
HSV(B)99.78º74.79%46.67%-
XYZ8.6914.253.52-
YUV91.2193.45105.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.71%
GREEN value IS 119 (46.88% from 255) = 56.94%
BLUE value IS 30 (12.11% from 255) = 14.35%
R=28.71%
G=56.94%
B=14.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60119300.5000.750.5399.7859.7329.22
Hex3C771E3204B35643c1d
Octal7416736620113651447435
Binary11110011101111111011001001001011110101110010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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