#1D5529

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

Shades of Crusoe #1D5529

Tints of Crusoe #1D5529

Color information

#1D5529 (or 0x1D5529) is unknown color: approx Crusoe. HEX triplet: 1D, 55 and 29. RGB value is (29,85,41). Sum of RGB (Red+Green+Blue) = 29+85+41=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #1D5529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5529 is #E2AAD6. Grayscale: #3F3F3F. Windows color (decimal): -14854871 or 2708765. OLE color: 2708765.

HSL color Cylindrical-coordinate representation of color #1D5529: hue angle of 132.86º 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 #1D5529 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB298541-
CMYK0.6600.520.67
HSL132.86º49.12%22.35%-
HSV(B)132.86º65.88%33.33%-
XYZ4.166.923.21-
YUV63.24115.45103.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.71%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=18.71%
G=54.84%
B=26.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2985410.6600.520.67132.8649.1222.35
Hex1D55294203443853116
Octal35125511020641032056126
Binary1110110101011010011000010011010010000111000010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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