#1C6035

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

Shades of Crusoe #1C6035

Tints of Crusoe #1C6035

Color information

#1C6035 (or 0x1C6035) is unknown color: approx Crusoe. HEX triplet: 1C, 60 and 35. RGB value is (28,96,53). Sum of RGB (Red+Green+Blue) = 28+96+53=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #1C6035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6035 is #E39FCA. Grayscale: #464646. Windows color (decimal): -14917579 or 3498012. OLE color: 3498012.

HSL color Cylindrical-coordinate representation of color #1C6035: hue angle of 142.06º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C6035 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB289653-
CMYK0.7100.450.62
HSL142.06º54.84%24.31%-
HSV(B)142.06º70.83%37.65%-
XYZ5.38.874.8-
YUV70.77117.9797.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.82%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 53 (21.09% from 255) = 29.94%
R=15.82%
G=54.24%
B=29.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2896530.7100.450.62142.0654.8424.31
Hex1C60354702D3E8e3718
Octal3414065107055762166730
Binary111001100000110101100011101011011111101000111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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