Html Css Color HEX #195049 Cyprus

📋 copy color: '#195049'

red 25 ◦ green 80 ◦ blue 73

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

Shades of Cyprus #195049

Tints of Cyprus #195049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.94%

 BLUE value IS 73 (28.91% from 255) = 41.01%

R = 14.04%
G = 44.94%
B = 41.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#195049 (or 0x195049) is known color: Cyprus. HEX triplet: 19, 50 and 49. RGB value is (25,80,73). Sum of RGB (Red+Green+Blue) = 25+80+73=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #195049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195049 is #E6AFB6. Grayscale: #3E3E3E. Windows color (decimal): -15118263 or 4804633. OLE color: 4804633.

HSL color Cylindrical-coordinate representation of color #195049: hue angle of 172.36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195049 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 80 73 -
CMYK 0.69 0 0.09 0.69
HSL 172.36º 0.52% 0.21% -
HSV(B) 172.36º 0.69% 0.31% -
XYZ 4.47 6.43 7.31 -
YUV 62.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 25 80 73 0.69 0 0.09 0.69 172.36 0.52 0.21
Hex 19 50 49 45 0 9 45 AC 34 15
Octal 31 120 111 105 0 11 105 254 64 25
Binary 11001 1010000 1001001 1000101 0 1001 1000101 10101100 110100 10101

Color Harmonies of #195049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195049

Black with #195049

Text Example


Text Example

White with #195049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195049; }

 p { color: rgb(25,80,73); }

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

background-color css

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

 a { background-color: rgb(25,80,73); }

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

border-color css

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

 span { border-color: rgb(25,80,73); }

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