#3C7227

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

Shades of Bilbao #3C7227

Tints of Bilbao #3C7227

Color information

#3C7227 (or 0x3C7227) is unknown color: approx Bilbao. HEX triplet: 3C, 72 and 27. RGB value is (60,114,39). Sum of RGB (Red+Green+Blue) = 60+114+39=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7227 is #C38DD8. Grayscale: #595959. Windows color (decimal): -12815833 or 2585148. OLE color: 2585148.

HSL color Cylindrical-coordinate representation of color #3C7227: hue angle of 103.2º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C7227 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB6011439-
CMYK0.4700.660.55
HSL103.2º49.02%30%-
HSV(B)103.2º65.79%44.71%-
XYZ8.2513.144.02-
YUV89.399.61107.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.17%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 39 (15.62% from 255) = 18.31%
R=28.17%
G=53.52%
B=18.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60114390.4700.660.55103.249.0230
Hex3C72272F0423767311e
Octal7416247570102671476136
Binary111100111001010011110111101000010110111110011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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