#214316

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

Shades of Myrtle #214316

Tints of Myrtle #214316

Color information

#214316 (or 0x214316) is unknown color: approx Myrtle. HEX triplet: 21, 43 and 16. RGB value is (33,67,22). Sum of RGB (Red+Green+Blue) = 33+67+22=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #214316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214316 is #DEBCE9. Grayscale: #333333. Windows color (decimal): -14597354 or 1458977. OLE color: 1458977.

HSL color Cylindrical-coordinate representation of color #214316: hue angle of 105.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214316 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB336722-
CMYK0.5100.670.74
HSL105.33º50.56%17.45%-
HSV(B)105.33º67.16%26.27%-
XYZ2.784.41.46-
YUV51.7111.24114.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.05%
GREEN value IS 67 (26.56% from 255) = 54.92%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=27.05%
G=54.92%
B=18.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3367220.5100.670.74105.3350.5617.45
Hex214316330434A693311
Octal41103266301031121516321
Binary100001100001110110110011010000111001010110100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214316; }

 p { color: rgb(33,67,22); }

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

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

 a { background-color: rgb(33,67,22); }

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

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

 span { border-color: rgb(33,67,22); }

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