#195945

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

Shades of Evening Sea #195945

Tints of Evening Sea #195945

Color information

#195945 (or 0x195945) is unknown color: approx Evening Sea. HEX triplet: 19, 59 and 45. RGB value is (25,89,69). Sum of RGB (Red+Green+Blue) = 25+89+69=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #195945 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195945 is #E6A6BA. Grayscale: #434343. Windows color (decimal): -15115963 or 4544793. OLE color: 4544793.

HSL color Cylindrical-coordinate representation of color #195945: hue angle of 161.25º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195945 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB258969-
CMYK0.7200.220.65
HSL161.25º56.14%22.35%-
HSV(B)161.25º71.91%34.9%-
XYZ5.057.786.87-
YUV67.58128.897.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.66%
GREEN value IS 89 (35.16% from 255) = 48.63%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=13.66%
G=48.63%
B=37.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2589690.7200.220.65161.2556.1422.35
Hex1959454801641a13816
Octal311311051100261012417026
Binary1100110110011000101100100001011010000011010000111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195945; }

 p { color: rgb(25,89,69); }

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

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

 a { background-color: rgb(25,89,69); }

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

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

 span { border-color: rgb(25,89,69); }

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