Html Css Color HEX #165349 Cyprus

📋 copy color: '#165349'

red 22 ◦ green 83 ◦ blue 73

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

Shades of Cyprus #165349

Tints of Cyprus #165349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.63%

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

R = 12.36%
G = 46.63%
B = 41.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#165349 (or 0x165349) is known color: Cyprus. HEX triplet: 16, 53 and 49. RGB value is (22,83,73). Sum of RGB (Red+Green+Blue) = 22+83+73=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #165349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165349 is #E9ACB6. Grayscale: #3F3F3F. Windows color (decimal): -15314103 or 4805398. OLE color: 4805398.

HSL color Cylindrical-coordinate representation of color #165349: hue angle of 170.16º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165349 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 83 73 -
CMYK 0.73 0 0.12 0.67
HSL 170.16º 0.58% 0.21% -
HSV(B) 170.16º 0.73% 0.33% -
XYZ 4.63 6.84 7.38 -
YUV 63.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 22 83 73 0.73 0 0.12 0.67 170.16 0.58 0.21
Hex 16 53 49 49 0 C 43 AA 3A 15
Octal 26 123 111 111 0 14 103 252 72 25
Binary 10110 1010011 1001001 1001001 0 1100 1000011 10101010 111010 10101

Color Harmonies of #165349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165349

Black with #165349

Text Example


Text Example

White with #165349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165349; }

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

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

background-color css

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

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

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

border-color css

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

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

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