#214924

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

Shades of Myrtle #214924

Tints of Myrtle #214924

Color information

#214924 (or 0x214924) is unknown color: approx Myrtle. HEX triplet: 21, 49 and 24. RGB value is (33,73,36). Sum of RGB (Red+Green+Blue) = 33+73+36=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #214924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214924 is #DEB6DB. Grayscale: #383838. Windows color (decimal): -14595804 or 2378017. OLE color: 2378017.

HSL color Cylindrical-coordinate representation of color #214924: hue angle of 124.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214924 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB337336-
CMYK0.5500.510.71
HSL124.5º37.74%20.78%-
HSV(B)124.5º54.79%28.63%-
XYZ3.335.222.5-
YUV56.82116.25111.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 73 (28.91% from 255) = 51.41%
BLUE value IS 36 (14.45% from 255) = 25.35%
R=23.24%
G=51.41%
B=25.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3373360.5500.510.71124.537.7420.78
Hex21492437033477c2615
Octal4111144670631071744625
Binary100001100100110010011011101100111000111111110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214924; }

 p { color: rgb(33,73,36); }

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

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

 a { background-color: rgb(33,73,36); }

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

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

 span { border-color: rgb(33,73,36); }

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