#196027

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

Shades of Crusoe #196027

Tints of Crusoe #196027

Color information

#196027 (or 0x196027) is unknown color: approx Crusoe. HEX triplet: 19, 60 and 27. RGB value is (25,96,39). Sum of RGB (Red+Green+Blue) = 25+96+39=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #196027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196027 is #E69FD8. Grayscale: #444444. Windows color (decimal): -15114201 or 2580505. OLE color: 2580505.

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

Color convert

RGB259639-
CMYK0.7400.590.62
HSL131.83º58.68%23.73%-
HSV(B)131.83º73.96%37.65%-
XYZ4.958.723.34-
YUV68.27111.4897.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 96 (37.89% from 255) = 60%
BLUE value IS 39 (15.62% from 255) = 24.38%
R=15.62%
G=60%
B=24.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596390.7400.590.62131.8358.6823.73
Hex1960274A03B3E843b18
Octal3114047112073762047330
Binary110011100000100111100101001110111111101000010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196027; }

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

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

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

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

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

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

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

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