Html Css Color HEX #215500 Myrtle

📋 copy color: '#215500'

red 33 ◦ green 85 ◦ blue 0

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

Shades of Myrtle #215500

Tints of Myrtle #215500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 72.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 27.97%
G = 72.03%
B = 0%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#215500 (or 0x215500) is known color: Myrtle. HEX triplet: 21, 55 and 00. RGB value is (33,85,0). Sum of RGB (Red+Green+Blue) = 33+85+0=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #215500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215500 is #DEAAFF. Grayscale: #3C3C3C. Windows color (decimal): -14592768 or 21793. OLE color: 21793.

HSL color Cylindrical-coordinate representation of color #215500: hue angle of 96.71º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #215500 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 85 0 -
CMYK 0.61 0 1 0.67
HSL 96.71º 1% 0.17% -
HSV(B) 96.71º 1% 0.33% -
XYZ 3.88 6.82 1.11 -
YUV 59.76 94.27 108.91 -
System Red Green Blue C M Y K H S L
Decimal 33 85 0 0.61 0 1 0.67 96.71 1 0.17
Hex 21 55 0 3D 0 64 43 61 64 11
Octal 41 125 0 75 0 144 103 141 144 21
Binary 100001 1010101 0 111101 0 1100100 1000011 1100001 1100100 10001

Color Harmonies of #215500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215500

Black with #215500

Text Example


Text Example

White with #215500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215500; }

 p { color: rgb(33,85,0); }

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

background-color css

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

 a { background-color: rgb(33,85,0); }

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

border-color css

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

 span { border-color: rgb(33,85,0); }

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