#195531

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

Shades of Crusoe #195531

Tints of Crusoe #195531

Color information

#195531 (or 0x195531) is unknown color: approx Crusoe. HEX triplet: 19, 55 and 31. RGB value is (25,85,49). Sum of RGB (Red+Green+Blue) = 25+85+49=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #195531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195531 is #E6AACE. Grayscale: #3F3F3F. Windows color (decimal): -15117007 or 3233049. OLE color: 3233049.

HSL color Cylindrical-coordinate representation of color #195531: hue angle of 144º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195531 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB258549-
CMYK0.7100.420.67
HSL144º54.55%21.57%-
HSV(B)144º70.59%33.33%-
XYZ4.26.934.02-
YUV62.96120.12100.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 49 (19.53% from 255) = 30.82%
R=15.72%
G=53.46%
B=30.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585490.7100.420.6714454.5521.57
Hex1955314702A43903716
Octal31125611070521032206726
Binary1100110101011100011000111010101010000111001000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195531; }

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

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

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

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

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

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

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

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