#1D552A

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

Shades of Crusoe #1D552A

Tints of Crusoe #1D552A

Color information

#1D552A (or 0x1D552A) is unknown color: approx Crusoe. HEX triplet: 1D, 55 and 2A. RGB value is (29,85,42). Sum of RGB (Red+Green+Blue) = 29+85+42=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #1D552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D552A is #E2AAD5. Grayscale: #3F3F3F. Windows color (decimal): -14854870 or 2774301. OLE color: 2774301.

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

Color convert

RGB298542-
CMYK0.6600.510.67
HSL133.93º49.12%22.35%-
HSV(B)133.93º65.88%33.33%-
XYZ4.176.933.31-
YUV63.35115.95103.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.59%
GREEN value IS 85 (33.59% from 255) = 54.49%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=18.59%
G=54.49%
B=26.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2985420.6600.510.67133.9349.1222.35
Hex1D552A4203343863116
Octal35125521020631032066126
Binary1110110101011010101000010011001110000111000011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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