#195A36

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

Shades of Crusoe #195A36

Tints of Crusoe #195A36

Color information

#195A36 (or 0x195A36) is unknown color: approx Crusoe. HEX triplet: 19, 5A and 36. RGB value is (25,90,54). Sum of RGB (Red+Green+Blue) = 25+90+54=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #195A36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A36 is #E6A5C9. Grayscale: #424242. Windows color (decimal): -15115722 or 3562009. OLE color: 3562009.

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

Color convert

RGB259054-
CMYK0.7200.400.65
HSL146.77º56.52%22.55%-
HSV(B)146.77º72.22%35.29%-
XYZ4.727.794.74-
YUV66.46120.9798.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.79%
GREEN value IS 90 (35.55% from 255) = 53.25%
BLUE value IS 54 (21.48% from 255) = 31.95%
R=14.79%
G=53.25%
B=31.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2590540.7200.400.65146.7756.5222.55
Hex195A364802841933917
Octal31132661100501012237127
Binary1100110110101101101001000010100010000011001001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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