#224021

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

Shades of Myrtle #224021

Tints of Myrtle #224021

Color information

#224021 (or 0x224021) is unknown color: approx Myrtle. HEX triplet: 22, 40 and 21. RGB value is (34,64,33). Sum of RGB (Red+Green+Blue) = 34+64+33=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #224021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224021 is #DDBFDE. Grayscale: #333333. Windows color (decimal): -14532575 or 2179106. OLE color: 2179106.

HSL color Cylindrical-coordinate representation of color #224021: hue angle of 118.06º degrees, saturation: 0.32, 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 #224021 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB346433-
CMYK0.4700.480.75
HSL118.06º31.96%19.02%-
HSV(B)118.06º48.44%25.1%-
XYZ2.774.122.09-
YUV51.5117.56115.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.95%
GREEN value IS 64 (25.39% from 255) = 48.85%
BLUE value IS 33 (13.28% from 255) = 25.19%
R=25.95%
G=48.85%
B=25.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3464330.4700.480.75118.0631.9619.02
Hex2240212F0304B762013
Octal4210041570601131664023
Binary100010100000010000110111101100001001011111011010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224021; }

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

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

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

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

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

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

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

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