#195A32

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

Shades of Crusoe #195A32

Tints of Crusoe #195A32

Color information

#195A32 (or 0x195A32) is unknown color: approx Crusoe. HEX triplet: 19, 5A and 32. RGB value is (25,90,50). Sum of RGB (Red+Green+Blue) = 25+90+50=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #195A32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A32 is #E6A5CD. Grayscale: #424242. Windows color (decimal): -15115726 or 3299865. OLE color: 3299865.

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

Color convert

RGB259050-
CMYK0.7200.440.65
HSL143.08º56.52%22.55%-
HSV(B)143.08º72.22%35.29%-
XYZ4.637.754.27-
YUV66118.9798.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 90 (35.55% from 255) = 54.55%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=15.15%
G=54.55%
B=30.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2590500.7200.440.65143.0856.5222.55
Hex195A324802C418f3917
Octal31132621100541012177127
Binary1100110110101100101001000010110010000011000111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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