#214209

Color #214209 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #214209

Tints of Myrtle #214209

Color information

#214209 (or 0x214209) is unknown color: approx 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

RGB33669-
CMYK0.500.860.74
HSL94.74º76%14.71%-
HSV(B)94.74º86.36%25.88%-
XYZ2.624.240.94-
YUV49.64105.07116.13-

RGB Variations

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

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 (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal336690.500.860.7494.747614.71
Hex21429320564A5f4cf
Octal411021162012611213711417
Binary10000110000101001110010010101101001010101111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>