Html Css Color HEX #214824 Myrtle

📋 copy color: '#214824'

red 33 ◦ green 72 ◦ blue 36

#214824
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #214824

Tints of Myrtle #214824

RGB

 RED value IS 33 (13.28% from 255) = 23.4%

 GREEN value IS 72 (28.52% from 255) = 51.06%

 BLUE value IS 36 (14.45% from 255) = 25.53%

R = 23.4%
G = 51.06%
B = 25.53%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#214824 (or 0x214824) is known color: Myrtle. HEX triplet: 21, 48 and 24. RGB value is (33,72,36). Sum of RGB (Red+Green+Blue) = 33+72+36=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #214824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214824 is #DEB7DB. Grayscale: #383838. Windows color (decimal): -14596060 or 2377761. OLE color: 2377761.

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

Color convert

RGB 33 72 36 -
CMYK 0.54 0 0.5 0.72
HSL 124.62º 0.37% 0.21% -
HSV(B) 124.62º 0.54% 0.28% -
XYZ 3.26 5.09 2.48 -
YUV 56.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 33 72 36 0.54 0 0.5 0.72 124.62 0.37 0.21
Hex 21 48 24 36 0 32 48 7D 25 15
Octal 41 110 44 66 0 62 110 175 45 25
Binary 100001 1001000 100100 110110 0 110010 1001000 1111101 100101 10101

Color Harmonies of #214824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214824

Black with #214824

Text Example


Text Example

White with #214824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214824; }

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

 H1.HeaderClassName
 {
   color: #214824;
 }
 .AnyTagClassName
 {
   color: #214824;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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