Html Css Color HEX #214313 Myrtle

📋 copy color: '#214313'

red 33 ◦ green 67 ◦ blue 19

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

Shades of Myrtle #214313

Tints of Myrtle #214313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 56.3%

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

R = 27.73%
G = 56.3%
B = 15.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#214313 (or 0x214313) is known color: Myrtle. HEX triplet: 21, 43 and 13. RGB value is (33,67,19). Sum of RGB (Red+Green+Blue) = 33+67+19=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #214313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214313 is #DEBCEC. Grayscale: #333333. Windows color (decimal): -14597357 or 1262369. OLE color: 1262369.

HSL color Cylindrical-coordinate representation of color #214313: hue angle of 102.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214313 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 67 19 -
CMYK 0.51 0 0.72 0.74
HSL 102.5º 0.56% 0.17% -
HSV(B) 102.5º 0.72% 0.26% -
XYZ 2.75 4.38 1.32 -
YUV 51.36 109.74 114.9 -
System Red Green Blue C M Y K H S L
Decimal 33 67 19 0.51 0 0.72 0.74 102.5 0.56 0.17
Hex 21 43 13 33 0 48 4A 66 38 11
Octal 41 103 23 63 0 110 112 146 70 21
Binary 100001 1000011 10011 110011 0 1001000 1001010 1100110 111000 10001

Color Harmonies of #214313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214313

Black with #214313

Text Example


Text Example

White with #214313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214313; }

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

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

background-color css

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

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

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

border-color css

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

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

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