#224022

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

Shades of Myrtle #224022

Tints of Myrtle #224022

Color information

#224022 (or 0x224022) is unknown color: approx Myrtle. HEX triplet: 22, 40 and 22. RGB value is (34,64,34). Sum of RGB (Red+Green+Blue) = 34+64+34=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #224022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224022 is #DDBFDD. Grayscale: #333333. Windows color (decimal): -14532574 or 2244642. OLE color: 2244642.

HSL color Cylindrical-coordinate representation of color #224022: hue angle of 120º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #224022 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.

Color convert

RGB346434-
CMYK0.4700.470.75
HSL120º30.61%19.22%-
HSV(B)120º46.88%25.1%-
XYZ2.784.122.16-
YUV51.61118.06115.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.76%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 34 (13.67% from 255) = 25.76%
R=25.76%
G=48.48%
B=25.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3464340.4700.470.7512030.6119.22
Hex2240222F02F4B781f13
Octal4210042570571131703723
Binary10001010000001000101011110101111100101111110001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224022; }

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

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

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

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

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

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

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

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