#195A31

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

Shades of Crusoe #195A31

Tints of Crusoe #195A31

Color information

#195A31 (or 0x195A31) is unknown color: approx Crusoe. HEX triplet: 19, 5A and 31. RGB value is (25,90,49). Sum of RGB (Red+Green+Blue) = 25+90+49=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #195A31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A31 is #E6A5CE. Grayscale: #414141. Windows color (decimal): -15115727 or 3234329. OLE color: 3234329.

HSL color Cylindrical-coordinate representation of color #195A31: hue angle of 142.15º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195A31 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB259049-
CMYK0.7200.460.65
HSL142.15º56.52%22.55%-
HSV(B)142.15º72.22%35.29%-
XYZ4.617.744.16-
YUV65.89118.4798.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.24%
GREEN value IS 90 (35.55% from 255) = 54.88%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=15.24%
G=54.88%
B=29.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2590490.7200.460.65142.1556.5222.55
Hex195A314802E418e3917
Octal31132611100561012167127
Binary1100110110101100011001000010111010000011000111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195A31; }

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

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

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

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

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

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

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

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