#165B00

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

Shades of Myrtle #165B00

Tints of Myrtle #165B00

Color information

#165B00 (or 0x165B00) is unknown color: approx Myrtle. HEX triplet: 16, 5B and 00. RGB value is (22,91,0). Sum of RGB (Red+Green+Blue) = 22+91+0=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 91 (35.94% from 255 or 80.53% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 91 - color contains mainly: green. Hex color #165B00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165B00 is #E9A4FF. Grayscale: #3C3C3C. Windows color (decimal): -15312128 or 23318. OLE color: 23318.

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

Color convert

RGB22910-
CMYK0.76010.64
HSL105.49º100%17.84%-
HSV(B)105.49º100%35.69%-
XYZ4.077.651.26-
YUV59.9994.14100.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.47%
GREEN value IS 91 (35.94% from 255) = 80.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.47%
G=80.53%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal229100.76010.64105.4910017.84
Hex165B04C06440696412
Octal261330114014410015114422
Binary101101011011010011000110010010000001101001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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