#225614

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

Shades of Myrtle #225614

Tints of Myrtle #225614

Color information

#225614 (or 0x225614) is unknown color: approx Myrtle. HEX triplet: 22, 56 and 14. RGB value is (34,86,20). Sum of RGB (Red+Green+Blue) = 34+86+20=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 86 (33.98% from 255 or 61.43% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 86 - color contains mainly: green. Hex color #225614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225614 is #DDA9EB. Grayscale: #3F3F3F. Windows color (decimal): -14526956 or 1332770. OLE color: 1332770.

HSL color Cylindrical-coordinate representation of color #225614: hue angle of 107.27º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #225614 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB348620-
CMYK0.6000.770.66
HSL107.27º62.26%20.78%-
HSV(B)107.27º76.74%33.73%-
XYZ4.117.051.81-
YUV62.93103.77107.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.29%
GREEN value IS 86 (33.98% from 255) = 61.43%
BLUE value IS 20 (8.20% from 255) = 14.29%
R=24.29%
G=61.43%
B=14.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3486200.6000.770.66107.2762.2620.78
Hex2256143C04D426b3e15
Octal42126247401151021537625
Binary100010101011010100111100010011011000010110101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225614; }

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

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

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

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

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

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

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

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