#214024

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

Shades of Myrtle #214024

Tints of Myrtle #214024

Color information

#214024 (or 0x214024) is unknown color: approx Myrtle. HEX triplet: 21, 40 and 24. RGB value is (33,64,36). Sum of RGB (Red+Green+Blue) = 33+64+36=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #214024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214024 is #DEBFDB. Grayscale: #333333. Windows color (decimal): -14598108 or 2375713. OLE color: 2375713.

HSL color Cylindrical-coordinate representation of color #214024: hue angle of 125.81º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #214024 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB336436-
CMYK0.4800.440.75
HSL125.81º31.96%19.02%-
HSV(B)125.81º48.44%25.1%-
XYZ2.784.122.32-
YUV51.54119.23114.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=24.81%
G=48.12%
B=27.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364360.4800.440.75125.8131.9619.02
Hex2140243002C4B7e2013
Octal4110044600541131764023
Binary100001100000010010011000001011001001011111111010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214024; }

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

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

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

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

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

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

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

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