Html Css Color HEX #206015 Myrtle

📋 copy color: '#206015'

red 32 ◦ green 96 ◦ blue 21

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

Shades of Myrtle #206015

Tints of Myrtle #206015

RGB

 RED value IS 32 (12.89% from 255) = 21.48%

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

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

R = 21.48%
G = 64.43%
B = 14.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#206015 (or 0x206015) is known color: Myrtle. HEX triplet: 20, 60 and 15. RGB value is (32,96,21). Sum of RGB (Red+Green+Blue) = 32+96+21=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #206015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206015 is #DF9FEA. Grayscale: #444444. Windows color (decimal): -14655467 or 1400864. OLE color: 1400864.

HSL color Cylindrical-coordinate representation of color #206015: hue angle of 111.2º 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 #206015 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 96 21 -
CMYK 0.67 0 0.78 0.62
HSL 111.2º 0.64% 0.23% -
HSV(B) 111.2º 0.78% 0.38% -
XYZ 4.91 8.73 2.13 -
YUV 68.31 101.3 102.1 -
System Red Green Blue C M Y K H S L
Decimal 32 96 21 0.67 0 0.78 0.62 111.2 0.64 0.23
Hex 20 60 15 43 0 4E 3E 6F 40 17
Octal 40 140 25 103 0 116 76 157 100 27
Binary 100000 1100000 10101 1000011 0 1001110 111110 1101111 1000000 10111

Color Harmonies of #206015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206015

Black with #206015

Text Example


Text Example

White with #206015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206015; }

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

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

background-color css

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

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

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

border-color css

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

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

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