#22501F

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

Shades of Myrtle #22501F

Tints of Myrtle #22501F

Color information

#22501F (or 0x22501F) is unknown color: approx Myrtle. HEX triplet: 22, 50 and 1F. RGB value is (34,80,31). Sum of RGB (Red+Green+Blue) = 34+80+31=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #22501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22501F is #DDAFE0. Grayscale: #3C3C3C. Windows color (decimal): -14528481 or 2052130. OLE color: 2052130.

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

Color convert

RGB348031-
CMYK0.5800.610.69
HSL116.33º44.14%21.76%-
HSV(B)116.33º61.25%31.37%-
XYZ3.786.182.29-
YUV60.66111.26108.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 80 (31.64% from 255) = 55.17%
BLUE value IS 31 (12.5% from 255) = 21.38%
R=23.45%
G=55.17%
B=21.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480310.5800.610.69116.3344.1421.76
Hex22501F3A03D45742c16
Octal4212037720751051645426
Binary10001010100001111111101001111011000101111010010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22501F; }

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

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

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

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

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

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

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

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