#214726

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

Shades of Myrtle #214726

Tints of Myrtle #214726

Color information

#214726 (or 0x214726) is unknown color: approx Myrtle. HEX triplet: 21, 47 and 26. RGB value is (33,71,38). Sum of RGB (Red+Green+Blue) = 33+71+38=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #214726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214726 is #DEB8D9. Grayscale: #373737. Windows color (decimal): -14596314 or 2508577. OLE color: 2508577.

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

Color convert

RGB337138-
CMYK0.5400.460.72
HSL127.89º36.54%20.39%-
HSV(B)127.89º53.52%27.84%-
XYZ3.234.972.62-
YUV55.88117.91111.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 71 (28.12% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 26.76%
R=23.24%
G=50%
B=26.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371380.5400.460.72127.8936.5420.39
Hex2147263602E48802514
Octal4110746660561102004524
Binary1000011000111100110110110010111010010001000000010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214726; }

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

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

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

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

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

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

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

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