#214313

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

Shades of Myrtle #214313

Tints of Myrtle #214313

Color information

#214313 (or 0x214313) is unknown color: approx Myrtle. HEX triplet: 21, 43 and 13. RGB value is (33,67,19). Sum of RGB (Red+Green+Blue) = 33+67+19=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #214313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214313 is #DEBCEC. Grayscale: #333333. Windows color (decimal): -14597357 or 1262369. OLE color: 1262369.

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

Color convert

RGB336719-
CMYK0.5100.720.74
HSL102.5º55.81%16.86%-
HSV(B)102.5º71.64%26.27%-
XYZ2.754.381.32-
YUV51.36109.74114.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 67 (26.56% from 255) = 56.30%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=27.73%
G=56.30%
B=15.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3367190.5100.720.74102.555.8116.86
Hex214313330484A663811
Octal41103236301101121467021
Binary100001100001110011110011010010001001010110011011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214313; }

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

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

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

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

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

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

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

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