Html Css Color HEX #165E47 Jewel

📋 copy color: '#165E47'

red 22 ◦ green 94 ◦ blue 71

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

Shades of Jewel #165E47

Tints of Jewel #165E47

RGB

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

 GREEN value IS 94 (37.11% from 255) = 50.27%

 BLUE value IS 71 (28.13% from 255) = 37.97%

R = 11.76%
G = 50.27%
B = 37.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#165E47 (or 0x165E47) is known color: Jewel. HEX triplet: 16, 5E and 47. RGB value is (22,94,71). Sum of RGB (Red+Green+Blue) = 22+94+71=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 94 (37.11% from 255 or 50.27% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 94 - color contains mainly: green. Hex color #165E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165E47 is #E9A1B8. Grayscale: #454545. Windows color (decimal): -15311289 or 4677142. OLE color: 4677142.

HSL color Cylindrical-coordinate representation of color #165E47: hue angle of 160.83º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165E47 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB 22 94 71 -
CMYK 0.77 0 0.24 0.63
HSL 160.83º 0.62% 0.23% -
HSV(B) 160.83º 0.77% 0.37% -
XYZ 5.47 8.63 7.34 -
YUV 69.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 22 94 71 0.77 0 0.24 0.63 160.83 0.62 0.23
Hex 16 5E 47 4D 0 18 3F A1 3E 17
Octal 26 136 107 115 0 30 77 241 76 27
Binary 10110 1011110 1000111 1001101 0 11000 111111 10100001 111110 10111

Color Harmonies of #165E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165E47

Black with #165E47

Text Example


Text Example

White with #165E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,94,71); }

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

background-color css

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

 a { background-color: rgb(22,94,71); }

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

border-color css

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

 span { border-color: rgb(22,94,71); }

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