#196331

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

Shades of Crusoe #196331

Tints of Crusoe #196331

Color information

#196331 (or 0x196331) is unknown color: approx Crusoe. HEX triplet: 19, 63 and 31. RGB value is (25,99,49). Sum of RGB (Red+Green+Blue) = 25+99+49=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #196331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196331 is #E69CCE. Grayscale: #474747. Windows color (decimal): -15113423 or 3236633. OLE color: 3236633.

HSL color Cylindrical-coordinate representation of color #196331: hue angle of 139.46º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196331 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB259949-
CMYK0.7500.510.61
HSL139.46º59.68%24.31%-
HSV(B)139.46º74.75%38.82%-
XYZ5.429.354.43-
YUV71.17115.4895.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 99 (39.06% from 255) = 57.23%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=14.45%
G=57.23%
B=28.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599490.7500.510.61139.4659.6824.31
Hex1963314B0333D8b3c18
Octal3114361113063752137430
Binary110011100011110001100101101100111111011000101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196331; }

 p { color: rgb(25,99,49); }

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

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

 a { background-color: rgb(25,99,49); }

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

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

 span { border-color: rgb(25,99,49); }

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