#1C6135

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

Shades of Crusoe #1C6135

Tints of Crusoe #1C6135

Color information

#1C6135 (or 0x1C6135) is unknown color: approx Crusoe. HEX triplet: 1C, 61 and 35. RGB value is (28,97,53). Sum of RGB (Red+Green+Blue) = 28+97+53=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #1C6135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6135 is #E39ECA. Grayscale: #474747. Windows color (decimal): -14917323 or 3498268. OLE color: 3498268.

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

Color convert

RGB289753-
CMYK0.7100.450.62
HSL141.74º55.2%24.51%-
HSV(B)141.74º71.13%38.04%-
XYZ5.49.054.83-
YUV71.35117.6497.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.73%
GREEN value IS 97 (38.28% from 255) = 54.49%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=15.73%
G=54.49%
B=29.78%

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
Decimal2897530.7100.450.62141.7455.224.51
Hex1C61354702D3E8e3719
Octal3414165107055762166731
Binary111001100001110101100011101011011111101000111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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