Html Css Color HEX #195948 Evening Sea

📋 copy color: '#195948'

red 25 ◦ green 89 ◦ blue 72

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

Shades of Evening Sea #195948

Tints of Evening Sea #195948

RGB

 RED value IS 25 (10.16% from 255) = 13.44%

 GREEN value IS 89 (35.16% from 255) = 47.85%

 BLUE value IS 72 (28.52% from 255) = 38.71%

R = 13.44%
G = 47.85%
B = 38.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#195948 (or 0x195948) is known color: Evening Sea. HEX triplet: 19, 59 and 48. RGB value is (25,89,72). Sum of RGB (Red+Green+Blue) = 25+89+72=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #195948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195948 is #E6A6B7. Grayscale: #434343. Windows color (decimal): -15115960 or 4741401. OLE color: 4741401.

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

Color convert

RGB 25 89 72 -
CMYK 0.72 0 0.19 0.65
HSL 164.06º 0.56% 0.22% -
HSV(B) 164.06º 0.72% 0.35% -
XYZ 5.14 7.82 7.37 -
YUV 67.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 25 89 72 0.72 0 0.19 0.65 164.06 0.56 0.22
Hex 19 59 48 48 0 13 41 A4 38 16
Octal 31 131 110 110 0 23 101 244 70 26
Binary 11001 1011001 1001000 1001000 0 10011 1000001 10100100 111000 10110

Color Harmonies of #195948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195948

Black with #195948

Text Example


Text Example

White with #195948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195948; }

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

 H1.HeaderClassName
 {
   color: #195948;
 }
 .AnyTagClassName
 {
   color: #195948;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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