#165B4A

Color #165B4A Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #165B4A

Tints of Evening Sea #165B4A

Color information

#165B4A (or 0x165B4A) is unknown color: approx Evening Sea. HEX triplet: 16, 5B and 4A. RGB value is (22,91,74). Sum of RGB (Red+Green+Blue) = 22+91+74=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 91 - color contains mainly: green. Hex color #165B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165B4A is #E9A4B5. Grayscale: #444444. Windows color (decimal): -15312054 or 4872982. OLE color: 4872982.

HSL color Cylindrical-coordinate representation of color #165B4A: hue angle of 165.22º 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 #165B4A is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB229174-
CMYK0.7600.190.64
HSL165.22º61.06%22.16%-
HSV(B)165.22º75.82%35.69%-
XYZ5.318.157.77-
YUV68.43131.1494.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 91 (35.94% from 255) = 48.66%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=11.76%
G=48.66%
B=39.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2291740.7600.190.64165.2261.0622.16
Hex165B4A4C01340a53d16
Octal261331121140231002457526
Binary1011010110111001010100110001001110000001010010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #165B4A;
 }
 .AnyTagClassName
 {
   color: #165B4A;
 }
</style>
background-color css

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

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

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

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

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

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