#1D5325

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

Shades of Crusoe #1D5325

Tints of Crusoe #1D5325

Color information

#1D5325 (or 0x1D5325) is unknown color: approx Crusoe. HEX triplet: 1D, 53 and 25. RGB value is (29,83,37). Sum of RGB (Red+Green+Blue) = 29+83+37=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5325 is #E2ACDA. Grayscale: #3D3D3D. Windows color (decimal): -14855387 or 2446109. OLE color: 2446109.

HSL color Cylindrical-coordinate representation of color #1D5325: hue angle of 128.89º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D5325 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB298337-
CMYK0.6500.550.67
HSL128.89º48.21%21.96%-
HSV(B)128.89º65.06%32.55%-
XYZ3.936.582.81-
YUV61.61114.11104.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.46%
GREEN value IS 83 (32.81% from 255) = 55.70%
BLUE value IS 37 (14.84% from 255) = 24.83%
R=19.46%
G=55.70%
B=24.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2983370.6500.550.67128.8948.2121.96
Hex1D53254103743813016
Octal35123451010671032016026
Binary1110110100111001011000001011011110000111000000111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,83,37); }

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

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

 a { background-color: rgb(29,83,37); }

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

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

 span { border-color: rgb(29,83,37); }

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