Html Css Color HEX #216015 Myrtle

📋 copy color: '#216015'

red 33 ◦ green 96 ◦ blue 21

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

Shades of Myrtle #216015

Tints of Myrtle #216015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 64%

 BLUE value IS 21 (8.59% from 255) = 14%

R = 22%
G = 64%
B = 14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#216015 (or 0x216015) is known color: Myrtle. HEX triplet: 21, 60 and 15. RGB value is (33,96,21). Sum of RGB (Red+Green+Blue) = 33+96+21=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 96 (37.89% from 255 or 64% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 96 - color contains mainly: green. Hex color #216015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216015 is #DE9FEA. Grayscale: #444444. Windows color (decimal): -14589931 or 1400865. OLE color: 1400865.

HSL color Cylindrical-coordinate representation of color #216015: hue angle of 110.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216015 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 96 21 -
CMYK 0.66 0 0.78 0.62
HSL 110.4º 0.64% 0.23% -
HSV(B) 110.4º 0.78% 0.38% -
XYZ 4.95 8.74 2.14 -
YUV 68.61 101.13 102.6 -
System Red Green Blue C M Y K H S L
Decimal 33 96 21 0.66 0 0.78 0.62 110.4 0.64 0.23
Hex 21 60 15 42 0 4E 3E 6E 40 17
Octal 41 140 25 102 0 116 76 156 100 27
Binary 100001 1100000 10101 1000010 0 1001110 111110 1101110 1000000 10111

Color Harmonies of #216015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216015

Black with #216015

Text Example


Text Example

White with #216015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216015; }

 p { color: rgb(33,96,21); }

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

background-color css

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

 a { background-color: rgb(33,96,21); }

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

border-color css

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

 span { border-color: rgb(33,96,21); }

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