#1C4035

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

Shades of Sherwood Green #1C4035

Tints of Sherwood Green #1C4035

Color information

#1C4035 (or 0x1C4035) is unknown color: approx Sherwood Green. HEX triplet: 1C, 40 and 35. RGB value is (28,64,53). Sum of RGB (Red+Green+Blue) = 28+64+53=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #1C4035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4035 is #E3BFCA. Grayscale: #333333. Windows color (decimal): -14925771 or 3489820. OLE color: 3489820.

HSL color Cylindrical-coordinate representation of color #1C4035: hue angle of 161.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C4035 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB286453-
CMYK0.5600.170.75
HSL161.67º39.13%18.04%-
HSV(B)161.67º56.25%25.1%-
XYZ2.954.174.02-
YUV51.98128.57110.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.31%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=19.31%
G=44.14%
B=36.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2864530.5600.170.75161.6739.1318.04
Hex1C4035380114Ba22712
Octal3410065700211132424722
Binary11100100000011010111100001000110010111010001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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