#19592E

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

Shades of Crusoe #19592E

Tints of Crusoe #19592E

Color information

#19592E (or 0x19592E) is unknown color: approx Crusoe. HEX triplet: 19, 59 and 2E. RGB value is (25,89,46). Sum of RGB (Red+Green+Blue) = 25+89+46=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 89 (35.16% from 255 or 55.62% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 89 - color contains mainly: green. Hex color #19592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19592E is #E6A6D1. Grayscale: #414141. Windows color (decimal): -15115986 or 3037465. OLE color: 3037465.

HSL color Cylindrical-coordinate representation of color #19592E: hue angle of 139.69º 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 #19592E is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB258946-
CMYK0.7200.480.65
HSL139.69º56.14%22.35%-
HSV(B)139.69º71.91%34.9%-
XYZ4.477.553.81-
YUV64.96117.399.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 89 (35.16% from 255) = 55.62%
BLUE value IS 46 (18.36% from 255) = 28.75%
R=15.62%
G=55.62%
B=28.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2589460.7200.480.65139.6956.1422.35
Hex19592E48030418c3816
Octal31131561100601012147026
Binary1100110110011011101001000011000010000011000110011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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