#195546

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

Shades of Evening Sea #195546

Tints of Evening Sea #195546

Color information

#195546 (or 0x195546) is unknown color: approx Evening Sea. HEX triplet: 19, 55 and 46. RGB value is (25,85,70). Sum of RGB (Red+Green+Blue) = 25+85+70=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #195546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195546 is #E6AAB9. Grayscale: #414141. Windows color (decimal): -15116986 or 4609305. OLE color: 4609305.

HSL color Cylindrical-coordinate representation of color #195546: hue angle of 165º 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 #195546 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB258570-
CMYK0.7100.180.67
HSL165º54.55%21.57%-
HSV(B)165º70.59%33.33%-
XYZ4.757.156.92-
YUV65.35130.6299.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 70 (27.73% from 255) = 38.89%
R=13.89%
G=47.22%
B=38.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585700.7100.180.6716554.5521.57
Hex1955464701243a53716
Octal311251061070221032456726
Binary1100110101011000110100011101001010000111010010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195546; }

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

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

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

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

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

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

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

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