Html Css Color HEX #215015 Myrtle

📋 copy color: '#215015'

red 33 ◦ green 80 ◦ blue 21

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

Shades of Myrtle #215015

Tints of Myrtle #215015

RGB

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

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

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

R = 24.63%
G = 59.7%
B = 15.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#215015 (or 0x215015) is known color: Myrtle. HEX triplet: 21, 50 and 15. RGB value is (33,80,21). Sum of RGB (Red+Green+Blue) = 33+80+21=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #215015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215015 is #DEAFEA. Grayscale: #3B3B3B. Windows color (decimal): -14594027 or 1396769. OLE color: 1396769.

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

Color convert

RGB 33 80 21 -
CMYK 0.59 0 0.74 0.69
HSL 107.8º 0.58% 0.2% -
HSV(B) 107.8º 0.74% 0.31% -
XYZ 3.63 6.11 1.7 -
YUV 59.22 106.43 109.3 -
System Red Green Blue C M Y K H S L
Decimal 33 80 21 0.59 0 0.74 0.69 107.8 0.58 0.2
Hex 21 50 15 3B 0 4A 45 6C 3A 14
Octal 41 120 25 73 0 112 105 154 72 24
Binary 100001 1010000 10101 111011 0 1001010 1000101 1101100 111010 10100

Color Harmonies of #215015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215015

Black with #215015

Text Example


Text Example

White with #215015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215015; }

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

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

background-color css

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

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

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

border-color css

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

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

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