#19592D

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

Shades of Crusoe #19592D

Tints of Crusoe #19592D

Color information

#19592D (or 0x19592D) is unknown color: approx Crusoe. HEX triplet: 19, 59 and 2D. RGB value is (25,89,45). Sum of RGB (Red+Green+Blue) = 25+89+45=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #19592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19592D is #E6A6D2. Grayscale: #404040. Windows color (decimal): -15115987 or 2971929. OLE color: 2971929.

HSL color Cylindrical-coordinate representation of color #19592D: hue angle of 138.75º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19592D is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB258945-
CMYK0.7200.490.65
HSL138.75º56.14%22.35%-
HSV(B)138.75º71.91%34.9%-
XYZ4.457.543.7-
YUV64.85116.899.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=15.72%
G=55.97%
B=28.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2589450.7200.490.65138.7556.1422.35
Hex19592D48031418b3816
Octal31131551100611012137026
Binary1100110110011011011001000011000110000011000101111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19592D; }

 p { color: rgb(25,89,45); }

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

<style>
 a { background-color: #19592D; }

 a { background-color: rgb(25,89,45); }

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

<style>
 span { border-color: #19592D; }

 span { border-color: rgb(25,89,45); }

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