#1D5935

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

Shades of Crusoe #1D5935

Tints of Crusoe #1D5935

Color information

#1D5935 (or 0x1D5935) is unknown color: approx Crusoe. HEX triplet: 1D, 59 and 35. RGB value is (29,89,53). Sum of RGB (Red+Green+Blue) = 29+89+53=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 89 (35.16% from 255 or 52.05% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 89 - color contains mainly: green. Hex color #1D5935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5935 is #E2A6CA. Grayscale: #434343. Windows color (decimal): -14853835 or 3496221. OLE color: 3496221.

HSL color Cylindrical-coordinate representation of color #1D5935: hue angle of 144º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5935 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB298953-
CMYK0.6700.400.65
HSL144º50.85%23.14%-
HSV(B)144º67.42%34.9%-
XYZ4.727.664.6-
YUV66.96120.12100.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.96%
GREEN value IS 89 (35.16% from 255) = 52.05%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=16.96%
G=52.05%
B=30.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2989530.6700.400.6514450.8523.14
Hex1D59354302841903317
Octal35131651030501012206327
Binary1110110110011101011000011010100010000011001000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,89,53); }

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

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

 a { background-color: rgb(29,89,53); }

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

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

 span { border-color: rgb(29,89,53); }

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