#214708

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

Shades of Myrtle #214708

Tints of Myrtle #214708

Color information

#214708 (or 0x214708) is unknown color: approx Myrtle. HEX triplet: 21, 47 and 08. RGB value is (33,71,8). Sum of RGB (Red+Green+Blue) = 33+71+8=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #214708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214708 is #DEB8F7. Grayscale: #343434. Windows color (decimal): -14596344 or 542497. OLE color: 542497.

HSL color Cylindrical-coordinate representation of color #214708: hue angle of 96.19º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #214708 is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB33718-
CMYK0.5400.890.72
HSL96.19º79.75%15.49%-
HSV(B)96.19º88.73%27.84%-
XYZ2.924.851.01-
YUV52.46102.91114.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.46%
GREEN value IS 71 (28.12% from 255) = 63.39%
BLUE value IS 8 (3.52% from 255) = 7.14%
R=29.46%
G=63.39%
B=7.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal337180.5400.890.7296.1979.7515.49
Hex2147836059486050f
Octal411071066013111014012017
Binary10000110001111000110110010110011001000110000010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214708; }

 p { color: rgb(33,71,8); }

 H1.HeaderClassName
 {
   color: #214708;
 }
 .AnyTagClassName
 {
   color: #214708;
 }
</style>
background-color css

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

 a { background-color: rgb(33,71,8); }

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

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

 span { border-color: rgb(33,71,8); }

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