Html Css Color HEX #215006 Myrtle

📋 copy color: '#215006'

red 33 ◦ green 80 ◦ blue 6

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

Shades of Myrtle #215006

Tints of Myrtle #215006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.04%

R = 27.73%
G = 67.23%
B = 5.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#215006 (or 0x215006) is known color: Myrtle. HEX triplet: 21, 50 and 06. RGB value is (33,80,6). Sum of RGB (Red+Green+Blue) = 33+80+6=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #215006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215006 is #DEAFF9. Grayscale: #393939. Windows color (decimal): -14594042 or 413729. OLE color: 413729.

HSL color Cylindrical-coordinate representation of color #215006: hue angle of 98.11º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #215006 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 80 6 -
CMYK 0.59 0 0.92 0.69
HSL 98.11º 0.86% 0.17% -
HSV(B) 98.11º 0.93% 0.31% -
XYZ 3.53 6.07 1.16 -
YUV 57.51 98.93 110.52 -
System Red Green Blue C M Y K H S L
Decimal 33 80 6 0.59 0 0.92 0.69 98.11 0.86 0.17
Hex 21 50 6 3B 0 5C 45 62 56 11
Octal 41 120 6 73 0 134 105 142 126 21
Binary 100001 1010000 110 111011 0 1011100 1000101 1100010 1010110 10001

Color Harmonies of #215006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215006

Black with #215006

Text Example


Text Example

White with #215006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215006; }

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

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

background-color css

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

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

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

border-color css

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

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

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