#19522D

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

Shades of Crusoe #19522D

Tints of Crusoe #19522D

Color information

#19522D (or 0x19522D) is unknown color: approx Crusoe. HEX triplet: 19, 52 and 2D. RGB value is (25,82,45). Sum of RGB (Red+Green+Blue) = 25+82+45=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #19522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19522D is #E6ADD2. Grayscale: #3C3C3C. Windows color (decimal): -15117779 or 2970137. OLE color: 2970137.

HSL color Cylindrical-coordinate representation of color #19522D: hue angle of 141.05º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19522D is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB258245-
CMYK0.7000.450.68
HSL141.05º53.27%20.98%-
HSV(B)141.05º69.51%32.16%-
XYZ3.896.433.52-
YUV60.74119.12102.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.45%
GREEN value IS 82 (32.42% from 255) = 53.95%
BLUE value IS 45 (17.97% from 255) = 29.61%
R=16.45%
G=53.95%
B=29.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2582450.7000.450.68141.0553.2720.98
Hex19522D4602D448d3515
Octal31122551060551042156525
Binary1100110100101011011000110010110110001001000110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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