Html Css Color HEX #195545 Evening Sea

📋 copy color: '#195545'

red 25 ◦ green 85 ◦ blue 69

#195545
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #195545

Tints of Evening Sea #195545

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 value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#195545 (or 0x195545) is known color: 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

RGB 25 85 69 -
CMYK 0.71 0 0.19 0.67
HSL 164º 0.55% 0.22% -
HSV(B) 164º 0.71% 0.33% -
XYZ 4.72 7.13 6.76 -
YUV 65.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 25 85 69 0.71 0 0.19 0.67 164 0.55 0.22
Hex 19 55 45 47 0 13 43 A4 37 16
Octal 31 125 105 107 0 23 103 244 67 26
Binary 11001 1010101 1000101 1000111 0 10011 1000011 10100100 110111 10110

Color Harmonies of #195545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195545

Black with #195545

Text Example


Text Example

White with #195545

Text Example


Text Example

HTML Codes & Css Web 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>