Html Css Color HEX #165B49 Evening Sea

📋 copy color: '#165B49'

red 22 ◦ green 91 ◦ blue 73

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

Shades of Evening Sea #165B49

Tints of Evening Sea #165B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 48.92%

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

R = 11.83%
G = 48.92%
B = 39.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#165B49 (or 0x165B49) is known color: Evening Sea. HEX triplet: 16, 5B and 49. RGB value is (22,91,73). Sum of RGB (Red+Green+Blue) = 22+91+73=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #165B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165B49 is #E9A4B6. Grayscale: #444444. Windows color (decimal): -15312055 or 4807446. OLE color: 4807446.

HSL color Cylindrical-coordinate representation of color #165B49: hue angle of 164.35º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165B49 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 22 91 73 -
CMYK 0.76 0 0.20 0.64
HSL 164.35º 0.61% 0.22% -
HSV(B) 164.35º 0.76% 0.36% -
XYZ 5.27 8.13 7.6 -
YUV 68.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 22 91 73 0.76 0 0.20 0.64 164.35 0.61 0.22
Hex 16 5B 49 4C 0 14 40 A4 3D 16
Octal 26 133 111 114 0 24 100 244 75 26
Binary 10110 1011011 1001001 1001100 0 10100 1000000 10100100 111101 10110

Color Harmonies of #165B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165B49

Black with #165B49

Text Example


Text Example

White with #165B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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