Html Css Color HEX #214909 Myrtle

📋 copy color: '#214909'

red 33 ◦ green 73 ◦ blue 9

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

Shades of Myrtle #214909

Tints of Myrtle #214909

RGB

 RED value IS 33 (13.28% from 255) = 28.7%

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

 BLUE value IS 9 (3.91% from 255) = 7.83%

R = 28.7%
G = 63.48%
B = 7.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#214909 (or 0x214909) is known color: Myrtle. HEX triplet: 21, 49 and 09. RGB value is (33,73,9). Sum of RGB (Red+Green+Blue) = 33+73+9=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 73 (28.91% from 255 or 63.48% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 73 - color contains mainly: green. Hex color #214909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214909 is #DEB6F6. Grayscale: #353535. Windows color (decimal): -14595831 or 608545. OLE color: 608545.

HSL color Cylindrical-coordinate representation of color #214909: hue angle of 97.5º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #214909 is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 73 9 -
CMYK 0.55 0 0.88 0.71
HSL 97.5º 0.78% 0.16% -
HSV(B) 97.5º 0.88% 0.29% -
XYZ 3.06 5.11 1.08 -
YUV 53.74 102.75 113.2 -
System Red Green Blue C M Y K H S L
Decimal 33 73 9 0.55 0 0.88 0.71 97.5 0.78 0.16
Hex 21 49 9 37 0 58 47 62 4E 10
Octal 41 111 11 67 0 130 107 142 116 20
Binary 100001 1001001 1001 110111 0 1011000 1000111 1100010 1001110 10000

Color Harmonies of #214909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214909

Black with #214909

Text Example


Text Example

White with #214909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214909; }

 p { color: rgb(33,73,9); }

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

background-color css

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

 a { background-color: rgb(33,73,9); }

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

border-color css

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

 span { border-color: rgb(33,73,9); }

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