#195545

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

Shades of Evening Sea #195545

Tints of Evening Sea #195545

Color information

#195545 (or 0x195545) is unknown color: approx Evening Sea. HEX triplet: 19, 55 and 45. RGB value is (25,85,69). Sum of RGB (Red+Green+Blue) = 25+85+69=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #195545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195545 is #E6AABA. Grayscale: #414141. Windows color (decimal): -15116987 or 4543769. OLE color: 4543769.

HSL color Cylindrical-coordinate representation of color #195545: hue angle of 164º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195545 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB258569-
CMYK0.7100.190.67
HSL164º54.55%21.57%-
HSV(B)164º70.59%33.33%-
XYZ4.727.136.76-
YUV65.24130.1299.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=13.97%
G=47.49%
B=38.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585690.7100.190.6716454.5521.57
Hex1955454701343a43716
Octal311251051070231032446726
Binary1100110101011000101100011101001110000111010010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195545; }

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

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

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

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

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

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

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

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