#3C7C24

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

Shades of Bilbao #3C7C24

Tints of Bilbao #3C7C24

Color information

#3C7C24 (or 0x3C7C24) is unknown color: approx Bilbao. HEX triplet: 3C, 7C and 24. RGB value is (60,124,36). Sum of RGB (Red+Green+Blue) = 60+124+36=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 124 (48.83% from 255 or 56.36% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 124 - color contains mainly: green. Hex color #3C7C24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7C24 is #C383DB. Grayscale: #5F5F5F. Windows color (decimal): -12813276 or 2391100. OLE color: 2391100.

HSL color Cylindrical-coordinate representation of color #3C7C24: hue angle of 103.64º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C7C24 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.51.

Color convert

RGB6012436-
CMYK0.5200.710.51
HSL103.64º55%31.37%-
HSV(B)103.64º70.97%48.63%-
XYZ9.3915.54.17-
YUV94.8394.8103.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.27%
GREEN value IS 124 (48.83% from 255) = 56.36%
BLUE value IS 36 (14.45% from 255) = 16.36%
R=27.27%
G=56.36%
B=16.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60124360.5200.710.51103.645531.37
Hex3C7C24340473368371f
Octal7417444640107631506737
Binary111100111110010010011010001000111110011110100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,124,36); }

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

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

 a { background-color: rgb(60,124,36); }

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

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

 span { border-color: rgb(60,124,36); }

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