#224114

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

Shades of Myrtle #224114

Tints of Myrtle #224114

Color information

#224114 (or 0x224114) is unknown color: approx Myrtle. HEX triplet: 22, 41 and 14. RGB value is (34,65,20). Sum of RGB (Red+Green+Blue) = 34+65+20=119 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.57% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #224114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224114 is #DDBEEB. Grayscale: #323232. Windows color (decimal): -14532332 or 1327394. OLE color: 1327394.

HSL color Cylindrical-coordinate representation of color #224114: hue angle of 101.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #224114 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB346520-
CMYK0.4800.690.75
HSL101.33º52.94%16.67%-
HSV(B)101.33º69.23%25.49%-
XYZ2.684.171.33-
YUV50.6110.73116.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.57%
GREEN value IS 65 (25.78% from 255) = 54.62%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=28.57%
G=54.62%
B=16.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3465200.4800.690.75101.3352.9416.67
Hex224114300454B653511
Octal42101246001051131456521
Binary100010100000110100110000010001011001011110010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224114; }

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

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

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

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

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

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

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

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