#224122

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

Shades of Myrtle #224122

Tints of Myrtle #224122

Color information

#224122 (or 0x224122) is unknown color: approx Myrtle. HEX triplet: 22, 41 and 22. RGB value is (34,65,34). Sum of RGB (Red+Green+Blue) = 34+65+34=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #224122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224122 is #DDBEDD. Grayscale: #343434. Windows color (decimal): -14532318 or 2244898. OLE color: 2244898.

HSL color Cylindrical-coordinate representation of color #224122: 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.48%. Process color model (Four color, CMYK) of #224122 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB346534-
CMYK0.4800.480.75
HSL120º31.31%19.41%-
HSV(B)120º47.69%25.49%-
XYZ2.844.242.18-
YUV52.2117.73115.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.56%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 34 (13.67% from 255) = 25.56%
R=25.56%
G=48.87%
B=25.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3465340.4800.480.7512031.3119.41
Hex224122300304B781f13
Octal4210142600601131703723
Binary10001010000011000101100000110000100101111110001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224122; }

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

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

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

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

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

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

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

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