#225021

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

Shades of Myrtle #225021

Tints of Myrtle #225021

Color information

#225021 (or 0x225021) is unknown color: approx Myrtle. HEX triplet: 22, 50 and 21. RGB value is (34,80,33). Sum of RGB (Red+Green+Blue) = 34+80+33=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #225021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225021 is #DDAFDE. Grayscale: #3D3D3D. Windows color (decimal): -14528479 or 2183202. OLE color: 2183202.

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

Color convert

RGB348033-
CMYK0.5800.590.69
HSL118.72º41.59%22.16%-
HSV(B)118.72º58.75%31.37%-
XYZ3.86.192.43-
YUV60.89112.26108.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 80 (31.64% from 255) = 54.42%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=23.13%
G=54.42%
B=22.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480330.5800.590.69118.7241.5922.16
Hex2250213A03B45772a16
Octal4212041720731051675226
Binary100010101000010000111101001110111000101111011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225021; }

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

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

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

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

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

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

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

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