#165C0B

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

Shades of Myrtle #165C0B

Tints of Myrtle #165C0B

Color information

#165C0B (or 0x165C0B) is unknown color: approx Myrtle. HEX triplet: 16, 5C and 0B. RGB value is (22,92,11). Sum of RGB (Red+Green+Blue) = 22+92+11=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 92 (36.33% from 255 or 73.6% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 92 - color contains mainly: green. Hex color #165C0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165C0B is #E9A3F4. Grayscale: #3E3E3E. Windows color (decimal): -15311861 or 744470. OLE color: 744470.

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

Color convert

RGB229211-
CMYK0.7600.880.64
HSL111.85º78.64%20.2%-
HSV(B)111.85º88.04%36.08%-
XYZ4.227.851.61-
YUV61.8499.3199.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.6%
GREEN value IS 92 (36.33% from 255) = 73.6%
BLUE value IS 11 (4.69% from 255) = 8.8%
R=17.6%
G=73.6%
B=8.8%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2292110.7600.880.64111.8578.6420.2
Hex165CB4C05840704f14
Octal2613413114013010016011724
Binary101101011100101110011000101100010000001110000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,92,11); }

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

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

 a { background-color: rgb(22,92,11); }

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

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

 span { border-color: rgb(22,92,11); }

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