Html Css Color HEX #214513 Myrtle

📋 copy color: '#214513'

red 33 ◦ green 69 ◦ blue 19

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

Shades of Myrtle #214513

Tints of Myrtle #214513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.02%

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

R = 27.27%
G = 57.02%
B = 15.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#214513 (or 0x214513) is known color: Myrtle. HEX triplet: 21, 45 and 13. RGB value is (33,69,19). Sum of RGB (Red+Green+Blue) = 33+69+19=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #214513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214513 is #DEBAEC. Grayscale: #343434. Windows color (decimal): -14596845 or 1262881. OLE color: 1262881.

HSL color Cylindrical-coordinate representation of color #214513: hue angle of 103.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214513 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 69 19 -
CMYK 0.52 0 0.72 0.73
HSL 103.2º 0.57% 0.17% -
HSV(B) 103.2º 0.72% 0.27% -
XYZ 2.87 4.63 1.36 -
YUV 52.54 109.07 114.07 -
System Red Green Blue C M Y K H S L
Decimal 33 69 19 0.52 0 0.72 0.73 103.2 0.57 0.17
Hex 21 45 13 34 0 48 49 67 39 11
Octal 41 105 23 64 0 110 111 147 71 21
Binary 100001 1000101 10011 110100 0 1001000 1001001 1100111 111001 10001

Color Harmonies of #214513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214513

Black with #214513

Text Example


Text Example

White with #214513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214513; }

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

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

background-color css

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

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

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

border-color css

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

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

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