#195937

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

Shades of Crusoe #195937

Tints of Crusoe #195937

Color information

#195937 (or 0x195937) is unknown color: approx Crusoe. HEX triplet: 19, 59 and 37. RGB value is (25,89,55). Sum of RGB (Red+Green+Blue) = 25+89+55=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #195937 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195937 is #E6A6C8. Grayscale: #424242. Windows color (decimal): -15115977 or 3627289. OLE color: 3627289.

HSL color Cylindrical-coordinate representation of color #195937: hue angle of 148.12º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195937 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB258955-
CMYK0.7200.380.65
HSL148.12º56.14%22.35%-
HSV(B)148.12º71.91%34.9%-
XYZ4.667.634.84-
YUV65.99121.898.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.79%
GREEN value IS 89 (35.16% from 255) = 52.66%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=14.79%
G=52.66%
B=32.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2589550.7200.380.65148.1256.1422.35
Hex1959374802641943816
Octal31131671100461012247026
Binary1100110110011101111001000010011010000011001010011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195937; }

 p { color: rgb(25,89,55); }

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

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

 a { background-color: rgb(25,89,55); }

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

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

 span { border-color: rgb(25,89,55); }

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