#3C7324

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

Shades of Bilbao #3C7324

Tints of Bilbao #3C7324

Color information

#3C7324 (or 0x3C7324) is unknown color: approx Bilbao. HEX triplet: 3C, 73 and 24. RGB value is (60,115,36). Sum of RGB (Red+Green+Blue) = 60+115+36=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7324 is #C38CDB. Grayscale: #595959. Windows color (decimal): -12815580 or 2388796. OLE color: 2388796.

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

Color convert

RGB6011536-
CMYK0.4800.690.55
HSL101.77º52.32%29.61%-
HSV(B)101.77º68.7%45.1%-
XYZ8.3113.353.81-
YUV89.5597.78106.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.44%
GREEN value IS 115 (45.31% from 255) = 54.50%
BLUE value IS 36 (14.45% from 255) = 17.06%
R=28.44%
G=54.50%
B=17.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60115360.4800.690.55101.7752.3229.61
Hex3C7324300453766341e
Octal7416344600105671466436
Binary111100111001110010011000001000101110111110011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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