#19602A

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

Shades of Crusoe #19602A

Tints of Crusoe #19602A

Color information

#19602A (or 0x19602A) is unknown color: approx Crusoe. HEX triplet: 19, 60 and 2A. RGB value is (25,96,42). Sum of RGB (Red+Green+Blue) = 25+96+42=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #19602A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19602A is #E69FD5. Grayscale: #444444. Windows color (decimal): -15114198 or 2777113. OLE color: 2777113.

HSL color Cylindrical-coordinate representation of color #19602A: hue angle of 134.37º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19602A is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB259642-
CMYK0.7400.560.62
HSL134.37º58.68%23.73%-
HSV(B)134.37º73.96%37.65%-
XYZ58.743.61-
YUV68.61112.9896.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 96 (37.89% from 255) = 58.90%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=15.34%
G=58.90%
B=25.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596420.7400.560.62134.3758.6823.73
Hex19602A4A0383E863b18
Octal3114052112070762067330
Binary110011100000101010100101001110001111101000011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19602A; }

 p { color: rgb(25,96,42); }

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

<style>
 a { background-color: #19602A; }

 a { background-color: rgb(25,96,42); }

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

<style>
 span { border-color: #19602A; }

 span { border-color: rgb(25,96,42); }

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