#19572F

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

Shades of Crusoe #19572F

Tints of Crusoe #19572F

Color information

#19572F (or 0x19572F) is unknown color: approx Crusoe. HEX triplet: 19, 57 and 2F. RGB value is (25,87,47). Sum of RGB (Red+Green+Blue) = 25+87+47=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #19572F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19572F is #E6A8D0. Grayscale: #404040. Windows color (decimal): -15116497 or 3102489. OLE color: 3102489.

HSL color Cylindrical-coordinate representation of color #19572F: hue angle of 141.29º 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 #19572F is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB258747-
CMYK0.7100.460.66
HSL141.29º55.36%21.96%-
HSV(B)141.29º71.26%34.12%-
XYZ4.327.233.86-
YUV63.9118.46100.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 87 (34.38% from 255) = 54.72%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=15.72%
G=54.72%
B=29.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2587470.7100.460.66141.2955.3621.96
Hex19572F4702E428d3716
Octal31127571070561022156726
Binary1100110101111011111000111010111010000101000110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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