Html Css Color HEX #224A01 Myrtle

📋 copy color: '#224A01'

red 34 ◦ green 74 ◦ blue 1

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

Shades of Myrtle #224A01

Tints of Myrtle #224A01

RGB

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

 GREEN value IS 74 (29.3% from 255) = 67.89%

 BLUE value IS 1 (0.78% from 255) = 0.92%

R = 31.19%
G = 67.89%
B = 0.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#224A01 (or 0x224A01) is known color: Myrtle. HEX triplet: 22, 4A and 01. RGB value is (34,74,1). Sum of RGB (Red+Green+Blue) = 34+74+1=109 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.19% from 109); Green value is 74 (29.30% from 255 or 67.89% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 74 - color contains mainly: green. Hex color #224A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224A01 is #DDB5FE. Grayscale: #353535. Windows color (decimal): -14530047 or 84514. OLE color: 84514.

HSL color Cylindrical-coordinate representation of color #224A01: hue angle of 92.88º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #224A01 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 74 1 -
CMYK 0.54 0 0.99 0.71
HSL 92.88º 0.97% 0.15% -
HSV(B) 92.88º 0.99% 0.29% -
XYZ 3.11 5.24 0.88 -
YUV 53.72 98.25 113.94 -
System Red Green Blue C M Y K H S L
Decimal 34 74 1 0.54 0 0.99 0.71 92.88 0.97 0.15
Hex 22 4A 1 36 0 63 47 5D 61 F
Octal 42 112 1 66 0 143 107 135 141 17
Binary 100010 1001010 1 110110 0 1100011 1000111 1011101 1100001 1111

Color Harmonies of #224A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224A01

Black with #224A01

Text Example


Text Example

White with #224A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224A01; }

 p { color: rgb(34,74,1); }

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

background-color css

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

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

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

border-color css

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

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

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