Html Css Color HEX #214209 Myrtle

📋 copy color: '#214209'

red 33 ◦ green 66 ◦ blue 9

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

Shades of Myrtle #214209

Tints of Myrtle #214209

RGB

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

 GREEN value IS 66 (26.17% from 255) = 61.11%

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

R = 30.56%
G = 61.11%
B = 8.33%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#214209 (or 0x214209) is known color: Myrtle. HEX triplet: 21, 42 and 09. RGB value is (33,66,9). Sum of RGB (Red+Green+Blue) = 33+66+9=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #214209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214209 is #DEBDF6. Grayscale: #313131. Windows color (decimal): -14597623 or 606753. OLE color: 606753.

HSL color Cylindrical-coordinate representation of color #214209: hue angle of 94.74º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214209 is Cyan = 0.5, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 66 9 -
CMYK 0.5 0 0.86 0.74
HSL 94.74º 0.76% 0.15% -
HSV(B) 94.74º 0.86% 0.26% -
XYZ 2.62 4.24 0.94 -
YUV 49.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 33 66 9 0.5 0 0.86 0.74 94.74 0.76 0.15
Hex 21 42 9 32 0 56 4A 5F 4C F
Octal 41 102 11 62 0 126 112 137 114 17
Binary 100001 1000010 1001 110010 0 1010110 1001010 1011111 1001100 1111

Color Harmonies of #214209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214209

Black with #214209

Text Example


Text Example

White with #214209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214209; }

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

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

background-color css

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

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

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

border-color css

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

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

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