#1D552D

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

Shades of Crusoe #1D552D

Tints of Crusoe #1D552D

Color information

#1D552D (or 0x1D552D) is unknown color: approx Crusoe. HEX triplet: 1D, 55 and 2D. RGB value is (29,85,45). Sum of RGB (Red+Green+Blue) = 29+85+45=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #1D552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D552D is #E2AAD2. Grayscale: #3F3F3F. Windows color (decimal): -14854867 or 2970909. OLE color: 2970909.

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

Color convert

RGB298545-
CMYK0.6600.470.67
HSL137.14º49.12%22.35%-
HSV(B)137.14º65.88%33.33%-
XYZ4.236.953.6-
YUV63.7117.45103.25-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.24%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=18.24%
G=53.46%
B=28.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2985450.6600.470.67137.1449.1222.35
Hex1D552D4202F43893116
Octal35125551020571032116126
Binary1110110101011011011000010010111110000111000100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,85,45); }

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

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

 a { background-color: rgb(29,85,45); }

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

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

 span { border-color: rgb(29,85,45); }

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