#195431

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

Shades of Crusoe #195431

Tints of Crusoe #195431

Color information

#195431 (or 0x195431) is unknown color: approx Crusoe. HEX triplet: 19, 54 and 31. RGB value is (25,84,49). Sum of RGB (Red+Green+Blue) = 25+84+49=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #195431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195431 is #E6ABCE. Grayscale: #3E3E3E. Windows color (decimal): -15117263 or 3232793. OLE color: 3232793.

HSL color Cylindrical-coordinate representation of color #195431: hue angle of 144.41º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195431 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB258449-
CMYK0.7000.420.67
HSL144.41º54.13%21.37%-
HSV(B)144.41º70.24%32.94%-
XYZ4.136.773.99-
YUV62.37120.45101.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 84 (33.20% from 255) = 53.16%
BLUE value IS 49 (19.53% from 255) = 31.01%
R=15.82%
G=53.16%
B=31.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2584490.7000.420.67144.4154.1321.37
Hex1954314602A43903615
Octal31124611060521032206625
Binary1100110101001100011000110010101010000111001000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195431; }

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

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

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

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

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

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

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

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