#3C7727

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

Shades of Bilbao #3C7727

Tints of Bilbao #3C7727

Color information

#3C7727 (or 0x3C7727) is unknown color: approx Bilbao. HEX triplet: 3C, 77 and 27. RGB value is (60,119,39). Sum of RGB (Red+Green+Blue) = 60+119+39=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7727 is #C388D8. Grayscale: #5C5C5C. Windows color (decimal): -12814553 or 2586428. OLE color: 2586428.

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

Color convert

RGB6011939-
CMYK0.5000.670.53
HSL104.25º50.63%30.98%-
HSV(B)104.25º67.23%46.67%-
XYZ8.8314.34.21-
YUV92.2497.95105-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.52%
GREEN value IS 119 (46.88% from 255) = 54.59%
BLUE value IS 39 (15.62% from 255) = 17.89%
R=27.52%
G=54.59%
B=17.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60119390.5000.670.53104.2550.6330.98
Hex3C7727320433568331f
Octal7416747620103651506337
Binary111100111011110011111001001000011110101110100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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