#165C14

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

Shades of Myrtle #165C14

Tints of Myrtle #165C14

Color information

#165C14 (or 0x165C14) is unknown color: approx Myrtle. HEX triplet: 16, 5C and 14. RGB value is (22,92,20). Sum of RGB (Red+Green+Blue) = 22+92+20=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 92 (36.33% from 255 or 68.66% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 92 - color contains mainly: green. Hex color #165C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165C14 is #E9A3EB. Grayscale: #3F3F3F. Windows color (decimal): -15311852 or 1334294. OLE color: 1334294.

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

Color convert

RGB229220-
CMYK0.7600.780.64
HSL118.33º64.29%21.96%-
HSV(B)118.33º78.26%36.08%-
XYZ4.287.881.96-
YUV62.86103.8198.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.42%
GREEN value IS 92 (36.33% from 255) = 68.66%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=16.42%
G=68.66%
B=14.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2292200.7600.780.64118.3364.2921.96
Hex165C144C04E40764016
Octal2613424114011610016610026
Binary1011010111001010010011000100111010000001110110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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