#195D20

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

Shades of Crusoe #195D20

Tints of Crusoe #195D20

Color information

#195D20 (or 0x195D20) is unknown color: approx Crusoe. HEX triplet: 19, 5D and 20. RGB value is (25,93,32). Sum of RGB (Red+Green+Blue) = 25+93+32=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 93 (36.72% from 255 or 62% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 93 - color contains mainly: green. Hex color #195D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195D20 is #E6A2DF. Grayscale: #414141. Windows color (decimal): -15114976 or 2120985. OLE color: 2120985.

HSL color Cylindrical-coordinate representation of color #195D20: hue angle of 126.18º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195D20 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB259332-
CMYK0.7300.660.64
HSL126.18º57.63%23.14%-
HSV(B)126.18º73.12%36.47%-
XYZ4.588.142.7-
YUV65.71108.9798.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.67%
GREEN value IS 93 (36.72% from 255) = 62%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=16.67%
G=62%
B=21.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2593320.7300.660.64126.1857.6323.14
Hex195D2049042407e3a17
Octal311354011101021001767227
Binary1100110111011000001001001010000101000000111111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,93,32); }

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

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

 a { background-color: rgb(25,93,32); }

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

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

 span { border-color: rgb(25,93,32); }

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