#163D07

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

Shades of Myrtle #163D07

Tints of Myrtle #163D07

Color information

#163D07 (or 0x163D07) is unknown color: approx Myrtle. HEX triplet: 16, 3D and 07. RGB value is (22,61,7). Sum of RGB (Red+Green+Blue) = 22+61+7=90 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.44% from 90); Green value is 61 (24.22% from 255 or 67.78% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 61 - color contains mainly: green. Hex color #163D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163D07 is #E9C2F8. Grayscale: #2B2B2B. Windows color (decimal): -15319801 or 474390. OLE color: 474390.

HSL color Cylindrical-coordinate representation of color #163D07: hue angle of 103.33º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #163D07 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.76.

Color convert

RGB22617-
CMYK0.6400.890.76
HSL103.33º79.41%13.33%-
HSV(B)103.33º88.52%23.92%-
XYZ2.043.520.77-
YUV43.18107.58112.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.44%
GREEN value IS 61 (24.22% from 255) = 67.78%
BLUE value IS 7 (3.12% from 255) = 7.78%
R=24.44%
G=67.78%
B=7.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal226170.6400.890.76103.3379.4113.33
Hex163D7400594C674fd
Octal26757100013111414711715
Binary101101111011111000000010110011001100110011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163D07; }

 p { color: rgb(22,61,7); }

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

<style>
 a { background-color: #163D07; }

 a { background-color: rgb(22,61,7); }

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

<style>
 span { border-color: #163D07; }

 span { border-color: rgb(22,61,7); }

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