#1D5E36

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

Shades of Crusoe #1D5E36

Tints of Crusoe #1D5E36

Color information

#1D5E36 (or 0x1D5E36) is unknown color: approx Crusoe. HEX triplet: 1D, 5E and 36. RGB value is (29,94,54). Sum of RGB (Red+Green+Blue) = 29+94+54=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #1D5E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5E36 is #E2A1C9. Grayscale: #464646. Windows color (decimal): -14852554 or 3563037. OLE color: 3563037.

HSL color Cylindrical-coordinate representation of color #1D5E36: hue angle of 143.08º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5E36 is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB299454-
CMYK0.6900.430.63
HSL143.08º52.85%24.12%-
HSV(B)143.08º69.15%36.86%-
XYZ5.188.534.86-
YUV70118.9798.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.38%
GREEN value IS 94 (37.11% from 255) = 53.11%
BLUE value IS 54 (21.48% from 255) = 30.51%
R=16.38%
G=53.11%
B=30.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2994540.6900.430.63143.0852.8524.12
Hex1D5E364502B3F8f3518
Octal3513666105053772176530
Binary111011011110110110100010101010111111111000111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,94,54); }

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

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

 a { background-color: rgb(29,94,54); }

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

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

 span { border-color: rgb(29,94,54); }

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