#195A2A

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

Shades of Crusoe #195A2A

Tints of Crusoe #195A2A

Color information

#195A2A (or 0x195A2A) is unknown color: approx Crusoe. HEX triplet: 19, 5A and 2A. RGB value is (25,90,42). Sum of RGB (Red+Green+Blue) = 25+90+42=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #195A2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A2A is #E6A5D5. Grayscale: #414141. Windows color (decimal): -15115734 or 2775577. OLE color: 2775577.

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

Color convert

RGB259042-
CMYK0.7200.530.65
HSL135.69º56.52%22.55%-
HSV(B)135.69º72.22%35.29%-
XYZ4.477.693.44-
YUV65.09114.9799.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 90 (35.55% from 255) = 57.32%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=15.92%
G=57.32%
B=26.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2590420.7200.530.65135.6956.5222.55
Hex195A2A4803541883917
Octal31132521100651012107127
Binary1100110110101010101001000011010110000011000100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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