Html Css Color HEX #214320 Myrtle

📋 copy color: '#214320'

red 33 ◦ green 67 ◦ blue 32

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

Shades of Myrtle #214320

Tints of Myrtle #214320

RGB

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

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

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

R = 25%
G = 50.76%
B = 24.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#214320 (or 0x214320) is known color: Myrtle. HEX triplet: 21, 43 and 20. RGB value is (33,67,32). Sum of RGB (Red+Green+Blue) = 33+67+32=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #214320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214320 is #DEBCDF. Grayscale: #343434. Windows color (decimal): -14597344 or 2114337. OLE color: 2114337.

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

Color convert

RGB 33 67 32 -
CMYK 0.51 0 0.52 0.74
HSL 118.29º 0.35% 0.19% -
HSV(B) 118.29º 0.52% 0.26% -
XYZ 2.9 4.44 2.07 -
YUV 52.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 33 67 32 0.51 0 0.52 0.74 118.29 0.35 0.19
Hex 21 43 20 33 0 34 4A 76 23 13
Octal 41 103 40 63 0 64 112 166 43 23
Binary 100001 1000011 100000 110011 0 110100 1001010 1110110 100011 10011

Color Harmonies of #214320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214320

Black with #214320

Text Example


Text Example

White with #214320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214320; }

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

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

background-color css

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

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

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

border-color css

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

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

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