Html Css Color HEX #214323 Myrtle

📋 copy color: '#214323'

red 33 ◦ green 67 ◦ blue 35

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

Shades of Myrtle #214323

Tints of Myrtle #214323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.93%

R = 24.44%
G = 49.63%
B = 25.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#214323 (or 0x214323) is known color: Myrtle. HEX triplet: 21, 43 and 23. RGB value is (33,67,35). Sum of RGB (Red+Green+Blue) = 33+67+35=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #214323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214323 is #DEBCDC. Grayscale: #353535. Windows color (decimal): -14597341 or 2310945. OLE color: 2310945.

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

Color convert

RGB 33 67 35 -
CMYK 0.51 0 0.48 0.74
HSL 123.53º 0.34% 0.2% -
HSV(B) 123.53º 0.51% 0.26% -
XYZ 2.94 4.46 2.3 -
YUV 53.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 33 67 35 0.51 0 0.48 0.74 123.53 0.34 0.2
Hex 21 43 23 33 0 30 4A 7C 22 14
Octal 41 103 43 63 0 60 112 174 42 24
Binary 100001 1000011 100011 110011 0 110000 1001010 1111100 100010 10100

Color Harmonies of #214323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214323

Black with #214323

Text Example


Text Example

White with #214323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214323; }

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

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

background-color css

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

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

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

border-color css

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

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

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