#195A2B

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

Shades of Crusoe #195A2B

Tints of Crusoe #195A2B

Color information

#195A2B (or 0x195A2B) is unknown color: approx Crusoe. HEX triplet: 19, 5A and 2B. RGB value is (25,90,43). Sum of RGB (Red+Green+Blue) = 25+90+43=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #195A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A2B is #E6A5D4. Grayscale: #414141. Windows color (decimal): -15115733 or 2841113. OLE color: 2841113.

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

Color convert

RGB259043-
CMYK0.7200.520.65
HSL136.62º56.52%22.55%-
HSV(B)136.62º72.22%35.29%-
XYZ4.497.693.53-
YUV65.21115.4799.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 90 (35.55% from 255) = 56.96%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=15.82%
G=56.96%
B=27.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2590430.7200.520.65136.6256.5222.55
Hex195A2B4803441893917
Octal31132531100641012117127
Binary1100110110101010111001000011010010000011000100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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