Html Css Color HEX #214A13 Myrtle

📋 copy color: '#214A13'

red 33 ◦ green 74 ◦ blue 19

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

Shades of Myrtle #214A13

Tints of Myrtle #214A13

RGB

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

 GREEN value IS 74 (29.3% from 255) = 58.73%

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 26.19%
G = 58.73%
B = 15.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#214A13 (or 0x214A13) is known color: Myrtle. HEX triplet: 21, 4A and 13. RGB value is (33,74,19). Sum of RGB (Red+Green+Blue) = 33+74+19=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 74 (29.30% from 255 or 58.73% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 74 - color contains mainly: green. Hex color #214A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214A13 is #DEB5EC. Grayscale: #373737. Windows color (decimal): -14595565 or 1264161. OLE color: 1264161.

HSL color Cylindrical-coordinate representation of color #214A13: hue angle of 104.73º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #214A13 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 74 19 -
CMYK 0.55 0 0.74 0.71
HSL 104.73º 0.59% 0.18% -
HSV(B) 104.73º 0.74% 0.29% -
XYZ 3.19 5.27 1.46 -
YUV 55.47 107.42 111.97 -
System Red Green Blue C M Y K H S L
Decimal 33 74 19 0.55 0 0.74 0.71 104.73 0.59 0.18
Hex 21 4A 13 37 0 4A 47 69 3B 12
Octal 41 112 23 67 0 112 107 151 73 22
Binary 100001 1001010 10011 110111 0 1001010 1000111 1101001 111011 10010

Color Harmonies of #214A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214A13

Black with #214A13

Text Example


Text Example

White with #214A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214A13; }

 p { color: rgb(33,74,19); }

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

background-color css

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

 a { background-color: rgb(33,74,19); }

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

border-color css

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

 span { border-color: rgb(33,74,19); }

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