#1D562E

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

Shades of Crusoe #1D562E

Tints of Crusoe #1D562E

Color information

#1D562E (or 0x1D562E) is unknown color: approx Crusoe. HEX triplet: 1D, 56 and 2E. RGB value is (29,86,46). Sum of RGB (Red+Green+Blue) = 29+86+46=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #1D562E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D562E is #E2A9D1. Grayscale: #404040. Windows color (decimal): -14854610 or 3036701. OLE color: 3036701.

HSL color Cylindrical-coordinate representation of color #1D562E: hue angle of 137.89º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D562E is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB298646-
CMYK0.6600.470.66
HSL137.89º49.57%22.55%-
HSV(B)137.89º66.28%33.73%-
XYZ4.337.113.73-
YUV64.4117.62102.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.01%
GREEN value IS 86 (33.98% from 255) = 53.42%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=18.01%
G=53.42%
B=28.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2986460.6600.470.66137.8949.5722.55
Hex1D562E4202F428a3217
Octal35126561020571022126227
Binary1110110101101011101000010010111110000101000101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D562E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,86,46); }

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

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

 a { background-color: rgb(29,86,46); }

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

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

 span { border-color: rgb(29,86,46); }

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