Html Css Color HEX #165049 Cyprus

📋 copy color: '#165049'

red 22 ◦ green 80 ◦ blue 73

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

Shades of Cyprus #165049

Tints of Cyprus #165049

RGB

 RED value IS 22 (8.98% from 255) = 12.57%

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

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

R = 12.57%
G = 45.71%
B = 41.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#165049 (or 0x165049) is known color: Cyprus. HEX triplet: 16, 50 and 49. RGB value is (22,80,73). Sum of RGB (Red+Green+Blue) = 22+80+73=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #165049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165049 is #E9AFB6. Grayscale: #3D3D3D. Windows color (decimal): -15314871 or 4804630. OLE color: 4804630.

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

Color convert

RGB 22 80 73 -
CMYK 0.72 0 0.09 0.69
HSL 172.76º 0.57% 0.2% -
HSV(B) 172.76º 0.73% 0.31% -
XYZ 4.4 6.39 7.3 -
YUV 61.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 22 80 73 0.72 0 0.09 0.69 172.76 0.57 0.2
Hex 16 50 49 48 0 9 45 AD 39 14
Octal 26 120 111 110 0 11 105 255 71 24
Binary 10110 1010000 1001001 1001000 0 1001 1000101 10101101 111001 10100

Color Harmonies of #165049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165049

Black with #165049

Text Example


Text Example

White with #165049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165049; }

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

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

background-color css

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

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

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

border-color css

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

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

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