#195A48

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

Shades of Evening Sea #195A48

Tints of Evening Sea #195A48

Color information

#195A48 (or 0x195A48) is unknown color: approx Evening Sea. HEX triplet: 19, 5A and 48. RGB value is (25,90,72). Sum of RGB (Red+Green+Blue) = 25+90+72=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 90 - color contains mainly: green. Hex color #195A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A48 is #E6A5B7. Grayscale: #444444. Windows color (decimal): -15115704 or 4741657. OLE color: 4741657.

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

Color convert

RGB259072-
CMYK0.7200.200.65
HSL163.38º56.52%22.55%-
HSV(B)163.38º72.22%35.29%-
XYZ5.237.997.4-
YUV68.51129.9796.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.37%
GREEN value IS 90 (35.55% from 255) = 48.13%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=13.37%
G=48.13%
B=38.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2590720.7200.200.65163.3856.5222.55
Hex195A484801441a33917
Octal311321101100241012437127
Binary1100110110101001000100100001010010000011010001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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