#1C542D

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

Shades of Crusoe #1C542D

Tints of Crusoe #1C542D

Color information

#1C542D (or 0x1C542D) is unknown color: approx Crusoe. HEX triplet: 1C, 54 and 2D. RGB value is (28,84,45). Sum of RGB (Red+Green+Blue) = 28+84+45=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #1C542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C542D is #E3ABD2. Grayscale: #3E3E3E. Windows color (decimal): -14920659 or 2970652. OLE color: 2970652.

HSL color Cylindrical-coordinate representation of color #1C542D: hue angle of 138.21º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C542D is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB288445-
CMYK0.6700.460.67
HSL138.21º50%21.96%-
HSV(B)138.21º66.67%32.94%-
XYZ4.126.783.57-
YUV62.81117.95103.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.83%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=17.83%
G=53.50%
B=28.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2884450.6700.460.67138.215021.96
Hex1C542D4302E438a3216
Octal34124551030561032126226
Binary1110010101001011011000011010111010000111000101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,84,45); }

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

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

 a { background-color: rgb(28,84,45); }

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

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

 span { border-color: rgb(28,84,45); }

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