#225022

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

Shades of Myrtle #225022

Tints of Myrtle #225022

Color information

#225022 (or 0x225022) is unknown color: approx Myrtle. HEX triplet: 22, 50 and 22. RGB value is (34,80,34). Sum of RGB (Red+Green+Blue) = 34+80+34=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #225022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225022 is #DDAFDD. Grayscale: #3D3D3D. Windows color (decimal): -14528478 or 2248738. OLE color: 2248738.

HSL color Cylindrical-coordinate representation of color #225022: hue angle of 120º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #225022 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB348034-
CMYK0.5800.580.69
HSL120º40.35%22.35%-
HSV(B)120º57.5%31.37%-
XYZ3.826.192.51-
YUV61112.76108.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.97%
GREEN value IS 80 (31.64% from 255) = 54.05%
BLUE value IS 34 (13.67% from 255) = 22.97%
R=22.97%
G=54.05%
B=22.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480340.5800.580.6912040.3522.35
Hex2250223A03A45782816
Octal4212042720721051705026
Binary100010101000010001011101001110101000101111100010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225022; }

 p { color: rgb(34,80,34); }

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

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

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

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

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

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

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