Html Css Color HEX #21461D Myrtle

📋 copy color: '#21461D'

red 33 ◦ green 70 ◦ blue 29

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

Shades of Myrtle #21461D

Tints of Myrtle #21461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 53.03%

 BLUE value IS 29 (11.72% from 255) = 21.97%

R = 25%
G = 53.03%
B = 21.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#21461D (or 0x21461D) is known color: Myrtle. HEX triplet: 21, 46 and 1D. RGB value is (33,70,29). Sum of RGB (Red+Green+Blue) = 33+70+29=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #21461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21461D is #DEB9E2. Grayscale: #363636. Windows color (decimal): -14596579 or 1918497. OLE color: 1918497.

HSL color Cylindrical-coordinate representation of color #21461D: hue angle of 114.15º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #21461D is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 70 29 -
CMYK 0.53 0 0.59 0.73
HSL 114.15º 0.41% 0.19% -
HSV(B) 114.15º 0.59% 0.27% -
XYZ 3.04 4.79 1.93 -
YUV 54.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 33 70 29 0.53 0 0.59 0.73 114.15 0.41 0.19
Hex 21 46 1D 35 0 3B 49 72 29 13
Octal 41 106 35 65 0 73 111 162 51 23
Binary 100001 1000110 11101 110101 0 111011 1001001 1110010 101001 10011

Color Harmonies of #21461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21461D

Black with #21461D

Text Example


Text Example

White with #21461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21461D; }

 p { color: rgb(33,70,29); }

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

background-color css

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

 a { background-color: rgb(33,70,29); }

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

border-color css

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

 span { border-color: rgb(33,70,29); }

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