#19612A

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

Shades of Crusoe #19612A

Tints of Crusoe #19612A

Color information

#19612A (or 0x19612A) is unknown color: approx Crusoe. HEX triplet: 19, 61 and 2A. RGB value is (25,97,42). Sum of RGB (Red+Green+Blue) = 25+97+42=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #19612A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19612A is #E69ED5. Grayscale: #454545. Windows color (decimal): -15113942 or 2777369. OLE color: 2777369.

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

Color convert

RGB259742-
CMYK0.7400.570.62
HSL134.17º59.02%23.92%-
HSV(B)134.17º74.23%38.04%-
XYZ5.098.923.64-
YUV69.2112.6596.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.24%
GREEN value IS 97 (38.28% from 255) = 59.15%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=15.24%
G=59.15%
B=25.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597420.7400.570.62134.1759.0223.92
Hex19612A4A0393E863b18
Octal3114152112071762067330
Binary110011100001101010100101001110011111101000011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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