#214814

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

Shades of Myrtle #214814

Tints of Myrtle #214814

Color information

#214814 (or 0x214814) is unknown color: approx Myrtle. HEX triplet: 21, 48 and 14. RGB value is (33,72,20). Sum of RGB (Red+Green+Blue) = 33+72+20=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #214814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214814 is #DEB7EB. Grayscale: #363636. Windows color (decimal): -14596076 or 1329185. OLE color: 1329185.

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

Color convert

RGB337220-
CMYK0.5400.720.72
HSL105º56.52%18.04%-
HSV(B)105º72.22%28.24%-
XYZ3.075.011.47-
YUV54.41108.58112.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.4%
GREEN value IS 72 (28.52% from 255) = 57.6%
BLUE value IS 20 (8.20% from 255) = 16%
R=26.4%
G=57.6%
B=16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372200.5400.720.7210556.5218.04
Hex2148143604848693912
Octal41110246601101101517122
Binary100001100100010100110110010010001001000110100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214814; }

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

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

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

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

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

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

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

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