Html Css Color HEX #224012 Myrtle

📋 copy color: '#224012'

red 34 ◦ green 64 ◦ blue 18

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

Shades of Myrtle #224012

Tints of Myrtle #224012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.17%

 BLUE value IS 18 (7.42% from 255) = 15.52%

R = 29.31%
G = 55.17%
B = 15.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#224012 (or 0x224012) is known color: Myrtle. HEX triplet: 22, 40 and 12. RGB value is (34,64,18). Sum of RGB (Red+Green+Blue) = 34+64+18=116 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.31% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #224012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224012 is #DDBFED. Grayscale: #313131. Windows color (decimal): -14532590 or 1196066. OLE color: 1196066.

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

Color convert

RGB 34 64 18 -
CMYK 0.47 0 0.72 0.75
HSL 99.13º 0.56% 0.16% -
HSV(B) 99.13º 0.72% 0.25% -
XYZ 2.6 4.05 1.22 -
YUV 49.79 110.06 116.74 -
System Red Green Blue C M Y K H S L
Decimal 34 64 18 0.47 0 0.72 0.75 99.13 0.56 0.16
Hex 22 40 12 2F 0 48 4B 63 38 10
Octal 42 100 22 57 0 110 113 143 70 20
Binary 100010 1000000 10010 101111 0 1001000 1001011 1100011 111000 10000

Color Harmonies of #224012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224012

Black with #224012

Text Example


Text Example

White with #224012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224012; }

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

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

background-color css

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

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

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

border-color css

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

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

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