#195A42

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

Shades of Fun Green #195A42

Tints of Fun Green #195A42

Color information

#195A42 (or 0x195A42) is unknown color: approx Fun Green. HEX triplet: 19, 5A and 42. RGB value is (25,90,66). Sum of RGB (Red+Green+Blue) = 25+90+66=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #195A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A42 is #E6A5BD. Grayscale: #434343. Windows color (decimal): -15115710 or 4348441. OLE color: 4348441.

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

Color convert

RGB259066-
CMYK0.7200.270.65
HSL157.85º56.52%22.55%-
HSV(B)157.85º72.22%35.29%-
XYZ5.047.916.42-
YUV67.83126.9797.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 90 (35.55% from 255) = 49.72%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=13.81%
G=49.72%
B=36.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2590660.7200.270.65157.8556.5222.55
Hex195A424801B419e3917
Octal311321021100331012367127
Binary1100110110101000010100100001101110000011001111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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