Html Css Color HEX #224914 Myrtle

📋 copy color: '#224914'

red 34 ◦ green 73 ◦ blue 20

#224914
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #224914

Tints of Myrtle #224914

RGB

 RED value IS 34 (13.67% from 255) = 26.77%

 GREEN value IS 73 (28.91% from 255) = 57.48%

 BLUE value IS 20 (8.2% from 255) = 15.75%

R = 26.77%
G = 57.48%
B = 15.75%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#224914 (or 0x224914) is known color: Myrtle. HEX triplet: 22, 49 and 14. RGB value is (34,73,20). Sum of RGB (Red+Green+Blue) = 34+73+20=127 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.77% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #224914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224914 is #DDB6EB. Grayscale: #373737. Windows color (decimal): -14530284 or 1329442. OLE color: 1329442.

HSL color Cylindrical-coordinate representation of color #224914: hue angle of 104.15º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #224914 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 73 20 -
CMYK 0.53 0 0.73 0.71
HSL 104.15º 0.57% 0.18% -
HSV(B) 104.15º 0.73% 0.29% -
XYZ 3.17 5.16 1.49 -
YUV 55.3 108.08 112.81 -
System Red Green Blue C M Y K H S L
Decimal 34 73 20 0.53 0 0.73 0.71 104.15 0.57 0.18
Hex 22 49 14 35 0 49 47 68 39 12
Octal 42 111 24 65 0 111 107 150 71 22
Binary 100010 1001001 10100 110101 0 1001001 1000111 1101000 111001 10010

Color Harmonies of #224914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224914

Black with #224914

Text Example


Text Example

White with #224914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224914; }

 p { color: rgb(34,73,20); }

 H1.HeaderClassName
 {
   color: #224914;
 }
 .AnyTagClassName
 {
   color: #224914;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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