#195921

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

Shades of Crusoe #195921

Tints of Crusoe #195921

Color information

#195921 (or 0x195921) is unknown color: approx Crusoe. HEX triplet: 19, 59 and 21. RGB value is (25,89,33). Sum of RGB (Red+Green+Blue) = 25+89+33=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 89 (35.16% from 255 or 60.54% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 89 - color contains mainly: green. Hex color #195921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195921 is #E6A6DE. Grayscale: #3F3F3F. Windows color (decimal): -15115999 or 2185497. OLE color: 2185497.

HSL color Cylindrical-coordinate representation of color #195921: hue angle of 127.5º 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 #195921 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB258933-
CMYK0.7200.630.65
HSL127.5º56.14%22.35%-
HSV(B)127.5º71.91%34.9%-
XYZ4.257.462.66-
YUV63.48110.8100.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.01%
GREEN value IS 89 (35.16% from 255) = 60.54%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=17.01%
G=60.54%
B=22.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2589330.7200.630.65127.556.1422.35
Hex1959214803F41803816
Octal31131411100771012007026
Binary1100110110011000011001000011111110000011000000011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195921; }

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

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

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

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

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

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

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

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