#3C7428

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

Shades of Bilbao #3C7428

Tints of Bilbao #3C7428

Color information

#3C7428 (or 0x3C7428) is unknown color: approx Bilbao. HEX triplet: 3C, 74 and 28. RGB value is (60,116,40). Sum of RGB (Red+Green+Blue) = 60+116+40=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #3C7428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7428 is #C38BD7. Grayscale: #5A5A5A. Windows color (decimal): -12815320 or 2651196. OLE color: 2651196.

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

Color convert

RGB6011640-
CMYK0.4800.660.55
HSL104.21º48.72%30.59%-
HSV(B)104.21º65.52%45.49%-
XYZ8.4913.64.19-
YUV90.5999.45106.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.78%
GREEN value IS 116 (45.70% from 255) = 53.70%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=27.78%
G=53.70%
B=18.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60116400.4800.660.55104.2148.7230.59
Hex3C7428300423768311f
Octal7416450600102671506137
Binary111100111010010100011000001000010110111110100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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