#224814

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

Shades of Myrtle #224814

Tints of Myrtle #224814

Color information

#224814 (or 0x224814) is unknown color: approx Myrtle. HEX triplet: 22, 48 and 14. RGB value is (34,72,20). Sum of RGB (Red+Green+Blue) = 34+72+20=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #224814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224814 is #DDB7EB. Grayscale: #363636. Windows color (decimal): -14530540 or 1329186. OLE color: 1329186.

HSL color Cylindrical-coordinate representation of color #224814: hue angle of 103.85º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #224814 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB347220-
CMYK0.5300.720.72
HSL103.85º56.52%18.04%-
HSV(B)103.85º72.22%28.24%-
XYZ3.15.031.47-
YUV54.71108.41113.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.98%
GREEN value IS 72 (28.52% from 255) = 57.14%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=26.98%
G=57.14%
B=15.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3472200.5300.720.72103.8556.5218.04
Hex2248143504848683912
Octal42110246501101101507122
Binary100010100100010100110101010010001001000110100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224814; }

 p { color: rgb(34,72,20); }

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

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

 a { background-color: rgb(34,72,20); }

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

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

 span { border-color: rgb(34,72,20); }

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