Html Css Color HEX #216313 Myrtle

📋 copy color: '#216313'

red 33 ◦ green 99 ◦ blue 19

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

Shades of Myrtle #216313

Tints of Myrtle #216313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 65.56%

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 21.85%
G = 65.56%
B = 12.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#216313 (or 0x216313) is known color: Myrtle. HEX triplet: 21, 63 and 13. RGB value is (33,99,19). Sum of RGB (Red+Green+Blue) = 33+99+19=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 99 (39.06% from 255 or 65.56% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 99 - color contains mainly: green. Hex color #216313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216313 is #DE9CEC. Grayscale: #464646. Windows color (decimal): -14589165 or 1270561. OLE color: 1270561.

HSL color Cylindrical-coordinate representation of color #216313: hue angle of 109.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #216313 is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 99 19 -
CMYK 0.67 0 0.81 0.61
HSL 109.5º 0.68% 0.23% -
HSV(B) 109.5º 0.81% 0.39% -
XYZ 5.21 9.29 2.14 -
YUV 70.15 99.13 101.5 -
System Red Green Blue C M Y K H S L
Decimal 33 99 19 0.67 0 0.81 0.61 109.5 0.68 0.23
Hex 21 63 13 43 0 51 3D 6E 44 17
Octal 41 143 23 103 0 121 75 156 104 27
Binary 100001 1100011 10011 1000011 0 1010001 111101 1101110 1000100 10111

Color Harmonies of #216313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216313

Black with #216313

Text Example


Text Example

White with #216313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216313; }

 p { color: rgb(33,99,19); }

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

background-color css

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

 a { background-color: rgb(33,99,19); }

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

border-color css

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

 span { border-color: rgb(33,99,19); }

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