#216314

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

Shades of Myrtle #216314

Tints of Myrtle #216314

Color information

#216314 (or 0x216314) is unknown color: approx Myrtle. HEX triplet: 21, 63 and 14. RGB value is (33,99,20). Sum of RGB (Red+Green+Blue) = 33+99+20=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #216314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216314 is #DE9CEB. Grayscale: #464646. Windows color (decimal): -14589164 or 1336097. OLE color: 1336097.

HSL color Cylindrical-coordinate representation of color #216314: hue angle of 110.13º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #216314 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB339920-
CMYK0.6700.800.61
HSL110.13º66.39%23.33%-
HSV(B)110.13º79.8%38.82%-
XYZ5.229.32.18-
YUV70.2699.63101.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 99 (39.06% from 255) = 65.13%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=21.71%
G=65.13%
B=13.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3399200.6700.800.61110.1366.3923.33
Hex216314430503D6e4217
Octal411432410301207515610227
Binary1000011100011101001000011010100001111011101110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216314; }

 p { color: rgb(33,99,20); }

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

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

 a { background-color: rgb(33,99,20); }

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

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

 span { border-color: rgb(33,99,20); }

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