#19532E

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

Shades of Crusoe #19532E

Tints of Crusoe #19532E

Color information

#19532E (or 0x19532E) is unknown color: approx Crusoe. HEX triplet: 19, 53 and 2E. RGB value is (25,83,46). Sum of RGB (Red+Green+Blue) = 25+83+46=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #19532E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19532E is #E6ACD1. Grayscale: #3D3D3D. Windows color (decimal): -15117522 or 3035929. OLE color: 3035929.

HSL color Cylindrical-coordinate representation of color #19532E: hue angle of 141.72º 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 #19532E is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB258346-
CMYK0.7000.450.67
HSL141.72º53.7%21.18%-
HSV(B)141.72º69.88%32.55%-
XYZ3.996.593.65-
YUV61.44119.28102.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.23%
GREEN value IS 83 (32.81% from 255) = 53.90%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=16.23%
G=53.90%
B=29.87%

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
Decimal2583460.7000.450.67141.7253.721.18
Hex19532E4602D438e3615
Octal31123561060551032166625
Binary1100110100111011101000110010110110000111000111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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