Html Css Color HEX #213718 Myrtle

📋 copy color: '#213718'

red 33 ◦ green 55 ◦ blue 24

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

Shades of Myrtle #213718

Tints of Myrtle #213718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 49.11%

 BLUE value IS 24 (9.77% from 255) = 21.43%

R = 29.46%
G = 49.11%
B = 21.43%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#213718 (or 0x213718) is known color: Myrtle. HEX triplet: 21, 37 and 18. RGB value is (33,55,24). Sum of RGB (Red+Green+Blue) = 33+55+24=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #213718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213718 is #DEC8E7. Grayscale: #2C2C2C. Windows color (decimal): -14600424 or 1586977. OLE color: 1586977.

HSL color Cylindrical-coordinate representation of color #213718: hue angle of 102.58º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #213718 is Cyan = 0.4, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 55 24 -
CMYK 0.4 0 0.56 0.78
HSL 102.58º 0.39% 0.15% -
HSV(B) 102.58º 0.56% 0.22% -
XYZ 2.16 3.12 1.35 -
YUV 44.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 33 55 24 0.4 0 0.56 0.78 102.58 0.39 0.15
Hex 21 37 18 28 0 38 4E 67 27 F
Octal 41 67 30 50 0 70 116 147 47 17
Binary 100001 110111 11000 101000 0 111000 1001110 1100111 100111 1111

Color Harmonies of #213718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213718

Black with #213718

Text Example


Text Example

White with #213718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213718; }

 p { color: rgb(33,55,24); }

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

background-color css

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

 a { background-color: rgb(33,55,24); }

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

border-color css

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

 span { border-color: rgb(33,55,24); }

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