#19582A

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

Shades of Crusoe #19582A

Tints of Crusoe #19582A

Color information

#19582A (or 0x19582A) is unknown color: approx Crusoe. HEX triplet: 19, 58 and 2A. RGB value is (25,88,42). Sum of RGB (Red+Green+Blue) = 25+88+42=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #19582A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19582A is #E6A7D5. Grayscale: #404040. Windows color (decimal): -15116246 or 2775065. OLE color: 2775065.

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

Color convert

RGB258842-
CMYK0.7200.520.65
HSL136.19º55.75%22.16%-
HSV(B)136.19º71.59%34.51%-
XYZ4.317.353.38-
YUV63.92115.63100.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 88 (34.77% from 255) = 56.77%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=16.13%
G=56.77%
B=27.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2588420.7200.520.65136.1955.7522.16
Hex19582A4803441883816
Octal31130521100641012107026
Binary1100110110001010101001000011010010000011000100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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