Html Css Color HEX #215501 Myrtle

📋 copy color: '#215501'

red 33 ◦ green 85 ◦ blue 1

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

Shades of Myrtle #215501

Tints of Myrtle #215501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.84%

R = 27.73%
G = 71.43%
B = 0.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#215501 (or 0x215501) is known color: Myrtle. HEX triplet: 21, 55 and 01. RGB value is (33,85,1). Sum of RGB (Red+Green+Blue) = 33+85+1=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #215501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215501 is #DEAAFE. Grayscale: #3C3C3C. Windows color (decimal): -14592767 or 87329. OLE color: 87329.

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

Color convert

RGB 33 85 1 -
CMYK 0.61 0 0.99 0.67
HSL 97.14º 0.98% 0.17% -
HSV(B) 97.14º 0.99% 0.33% -
XYZ 3.88 6.82 1.14 -
YUV 59.88 94.77 108.83 -
System Red Green Blue C M Y K H S L
Decimal 33 85 1 0.61 0 0.99 0.67 97.14 0.98 0.17
Hex 21 55 1 3D 0 63 43 61 62 11
Octal 41 125 1 75 0 143 103 141 142 21
Binary 100001 1010101 1 111101 0 1100011 1000011 1100001 1100010 10001

Color Harmonies of #215501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215501

Black with #215501

Text Example


Text Example

White with #215501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215501; }

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

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

background-color css

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

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

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

border-color css

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

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

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