Html Css Color HEX #213820 Myrtle

📋 copy color: '#213820'

red 33 ◦ green 56 ◦ blue 32

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

Shades of Myrtle #213820

Tints of Myrtle #213820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 46.28%

 BLUE value IS 32 (12.89% from 255) = 26.45%

R = 27.27%
G = 46.28%
B = 26.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#213820 (or 0x213820) is known color: Myrtle. HEX triplet: 21, 38 and 20. RGB value is (33,56,32). Sum of RGB (Red+Green+Blue) = 33+56+32=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #213820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213820 is #DEC7DF. Grayscale: #2E2E2E. Windows color (decimal): -14600160 or 2111521. OLE color: 2111521.

HSL color Cylindrical-coordinate representation of color #213820: hue angle of 117.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #213820 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 32 -
CMYK 0.41 0 0.43 0.78
HSL 117.5º 0.27% 0.17% -
HSV(B) 117.5º 0.43% 0.22% -
XYZ 2.3 3.26 1.87 -
YUV 46.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 33 56 32 0.41 0 0.43 0.78 117.5 0.27 0.17
Hex 21 38 20 29 0 2B 4E 76 1B 11
Octal 41 70 40 51 0 53 116 166 33 21
Binary 100001 111000 100000 101001 0 101011 1001110 1110110 11011 10001

Color Harmonies of #213820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213820

Black with #213820

Text Example


Text Example

White with #213820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213820; }

 p { color: rgb(33,56,32); }

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

background-color css

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

 a { background-color: rgb(33,56,32); }

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

border-color css

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

 span { border-color: rgb(33,56,32); }

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