#1C5040

Color #1C5040 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #1C5040

Tints of Sherwood Green #1C5040

Color information

#1C5040 (or 0x1C5040) is unknown color: approx Sherwood Green. HEX triplet: 1C, 50 and 40. RGB value is (28,80,64). Sum of RGB (Red+Green+Blue) = 28+80+64=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #1C5040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5040 is #E3AFBF. Grayscale: #3E3E3E. Windows color (decimal): -14921664 or 4214812. OLE color: 4214812.

HSL color Cylindrical-coordinate representation of color #1C5040: hue angle of 161.54º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C5040 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB288064-
CMYK0.6500.200.69
HSL161.54º48.15%21.18%-
HSV(B)161.54º65%31.37%-
XYZ4.276.355.85-
YUV62.63128.77103.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.28%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=16.28%
G=46.51%
B=37.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2880640.6500.200.69161.5448.1521.18
Hex1C50404101445a23015
Octal341201001010241052426025
Binary1110010100001000000100000101010010001011010001011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C5040; }

 p { color: rgb(28,80,64); }

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

<style>
 a { background-color: #1C5040; }

 a { background-color: rgb(28,80,64); }

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

<style>
 span { border-color: #1C5040; }

 span { border-color: rgb(28,80,64); }

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