Html Css Color HEX #215014 Myrtle

📋 copy color: '#215014'

red 33 ◦ green 80 ◦ blue 20

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

Shades of Myrtle #215014

Tints of Myrtle #215014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 60.15%

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

R = 24.81%
G = 60.15%
B = 15.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#215014 (or 0x215014) is known color: Myrtle. HEX triplet: 21, 50 and 14. RGB value is (33,80,20). Sum of RGB (Red+Green+Blue) = 33+80+20=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #215014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215014 is #DEAFEB. Grayscale: #3B3B3B. Windows color (decimal): -14594028 or 1331233. OLE color: 1331233.

HSL color Cylindrical-coordinate representation of color #215014: hue angle of 107º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215014 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 80 20 -
CMYK 0.59 0 0.75 0.69
HSL 107º 0.6% 0.2% -
HSV(B) 107º 0.75% 0.31% -
XYZ 3.62 6.11 1.65 -
YUV 59.11 105.93 109.38 -
System Red Green Blue C M Y K H S L
Decimal 33 80 20 0.59 0 0.75 0.69 107 0.6 0.2
Hex 21 50 14 3B 0 4B 45 6B 3C 14
Octal 41 120 24 73 0 113 105 153 74 24
Binary 100001 1010000 10100 111011 0 1001011 1000101 1101011 111100 10100

Color Harmonies of #215014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215014

Black with #215014

Text Example


Text Example

White with #215014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215014; }

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

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

background-color css

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

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

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

border-color css

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

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

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