#19542E

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

Shades of Crusoe #19542E

Tints of Crusoe #19542E

Color information

#19542E (or 0x19542E) is unknown color: approx Crusoe. HEX triplet: 19, 54 and 2E. RGB value is (25,84,46). Sum of RGB (Red+Green+Blue) = 25+84+46=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #19542E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19542E is #E6ABD1. Grayscale: #3E3E3E. Windows color (decimal): -15117266 or 3036185. OLE color: 3036185.

HSL color Cylindrical-coordinate representation of color #19542E: hue angle of 141.36º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19542E is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB258446-
CMYK0.7000.450.67
HSL141.36º54.13%21.37%-
HSV(B)141.36º70.24%32.94%-
XYZ4.066.743.67-
YUV62.03118.95101.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 84 (33.20% from 255) = 54.19%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=16.13%
G=54.19%
B=29.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2584460.7000.450.67141.3654.1321.37
Hex19542E4602D438d3615
Octal31124561060551032156625
Binary1100110101001011101000110010110110000111000110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19542E; }

 p { color: rgb(25,84,46); }

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

<style>
 a { background-color: #19542E; }

 a { background-color: rgb(25,84,46); }

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

<style>
 span { border-color: #19542E; }

 span { border-color: rgb(25,84,46); }

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