Html Css Color HEX #213C14 Myrtle

📋 copy color: '#213C14'

red 33 ◦ green 60 ◦ blue 20

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

Shades of Myrtle #213C14

Tints of Myrtle #213C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 53.1%

 BLUE value IS 20 (8.2% from 255) = 17.7%

R = 29.2%
G = 53.1%
B = 17.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#213C14 (or 0x213C14) is known color: Myrtle. HEX triplet: 21, 3C and 14. RGB value is (33,60,20). Sum of RGB (Red+Green+Blue) = 33+60+20=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 60 (23.83% from 255 or 53.10% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 60 - color contains mainly: green. Hex color #213C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213C14 is #DEC3EB. Grayscale: #2F2F2F. Windows color (decimal): -14599148 or 1326113. OLE color: 1326113.

HSL color Cylindrical-coordinate representation of color #213C14: hue angle of 100.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #213C14 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 60 20 -
CMYK 0.45 0 0.67 0.76
HSL 100.5º 0.5% 0.16% -
HSV(B) 100.5º 0.67% 0.24% -
XYZ 2.37 3.61 1.23 -
YUV 47.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 33 60 20 0.45 0 0.67 0.76 100.5 0.5 0.16
Hex 21 3C 14 2D 0 43 4C 64 32 10
Octal 41 74 24 55 0 103 114 144 62 20
Binary 100001 111100 10100 101101 0 1000011 1001100 1100100 110010 10000

Color Harmonies of #213C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C14

Black with #213C14

Text Example


Text Example

White with #213C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213C14; }

 p { color: rgb(33,60,20); }

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

background-color css

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

 a { background-color: rgb(33,60,20); }

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

border-color css

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

 span { border-color: rgb(33,60,20); }

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