#19602E

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

Shades of Crusoe #19602E

Tints of Crusoe #19602E

Color information

#19602E (or 0x19602E) is unknown color: approx Crusoe. HEX triplet: 19, 60 and 2E. RGB value is (25,96,46). Sum of RGB (Red+Green+Blue) = 25+96+46=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #19602E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19602E is #E69FD1. Grayscale: #454545. Windows color (decimal): -15114194 or 3039257. OLE color: 3039257.

HSL color Cylindrical-coordinate representation of color #19602E: hue angle of 137.75º 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 #19602E is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB259646-
CMYK0.7400.520.62
HSL137.75º58.68%23.73%-
HSV(B)137.75º73.96%37.65%-
XYZ5.088.774.01-
YUV69.07114.9896.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 96 (37.89% from 255) = 57.49%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=14.97%
G=57.49%
B=27.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596460.7400.520.62137.7558.6823.73
Hex19602E4A0343E8a3b18
Octal3114056112064762127330
Binary110011100000101110100101001101001111101000101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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