#3C7528

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

Shades of Bilbao #3C7528

Tints of Bilbao #3C7528

Color information

#3C7528 (or 0x3C7528) is unknown color: approx Bilbao. HEX triplet: 3C, 75 and 28. RGB value is (60,117,40). Sum of RGB (Red+Green+Blue) = 60+117+40=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #3C7528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7528 is #C38AD7. Grayscale: #5B5B5B. Windows color (decimal): -12815064 or 2651452. OLE color: 2651452.

HSL color Cylindrical-coordinate representation of color #3C7528: hue angle of 104.42º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C7528 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB6011740-
CMYK0.4900.660.54
HSL104.42º49.04%30.78%-
HSV(B)104.42º65.81%45.88%-
XYZ8.6113.844.22-
YUV91.1899.12105.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.65%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=27.65%
G=53.92%
B=18.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60117400.4900.660.54104.4249.0430.78
Hex3C7528310423668311f
Octal7416550610102661506137
Binary111100111010110100011000101000010110110110100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,117,40); }

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

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

 a { background-color: rgb(60,117,40); }

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

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

 span { border-color: rgb(60,117,40); }

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