#19572C

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

Shades of Crusoe #19572C

Tints of Crusoe #19572C

Color information

#19572C (or 0x19572C) is unknown color: approx Crusoe. HEX triplet: 19, 57 and 2C. RGB value is (25,87,44). Sum of RGB (Red+Green+Blue) = 25+87+44=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 87 (34.38% from 255 or 55.77% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 87 - color contains mainly: green. Hex color #19572C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19572C is #E6A8D3. Grayscale: #3F3F3F. Windows color (decimal): -15116500 or 2905881. OLE color: 2905881.

HSL color Cylindrical-coordinate representation of color #19572C: hue angle of 138.39º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #19572C is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB258744-
CMYK0.7100.490.66
HSL138.39º55.36%21.96%-
HSV(B)138.39º71.26%34.12%-
XYZ4.267.23.55-
YUV63.56116.96100.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 87 (34.38% from 255) = 55.77%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=16.03%
G=55.77%
B=28.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2587440.7100.490.66138.3955.3621.96
Hex19572C47031428a3716
Octal31127541070611022126726
Binary1100110101111011001000111011000110000101000101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19572C; }

 p { color: rgb(25,87,44); }

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

<style>
 a { background-color: #19572C; }

 a { background-color: rgb(25,87,44); }

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

<style>
 span { border-color: #19572C; }

 span { border-color: rgb(25,87,44); }

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