#224B16

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

Shades of Myrtle #224B16

Tints of Myrtle #224B16

Color information

#224B16 (or 0x224B16) is unknown color: approx Myrtle. HEX triplet: 22, 4B and 16. RGB value is (34,75,22). Sum of RGB (Red+Green+Blue) = 34+75+22=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #224B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224B16 is #DDB4E9. Grayscale: #383838. Windows color (decimal): -14529770 or 1461026. OLE color: 1461026.

HSL color Cylindrical-coordinate representation of color #224B16: hue angle of 106.42º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #224B16 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB347522-
CMYK0.5500.710.71
HSL106.42º54.64%19.02%-
HSV(B)106.42º70.67%29.41%-
XYZ3.325.431.63-
YUV56.7108.42111.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.95%
GREEN value IS 75 (29.69% from 255) = 57.25%
BLUE value IS 22 (8.98% from 255) = 16.79%
R=25.95%
G=57.25%
B=16.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3475220.5500.710.71106.4254.6419.02
Hex224B1637047476a3713
Octal42113266701071071526723
Binary100010100101110110110111010001111000111110101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224B16; }

 p { color: rgb(34,75,22); }

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

<style>
 a { background-color: #224B16; }

 a { background-color: rgb(34,75,22); }

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

<style>
 span { border-color: #224B16; }

 span { border-color: rgb(34,75,22); }

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