Html Css Color HEX #21471B Myrtle

📋 copy color: '#21471B'

red 33 ◦ green 71 ◦ blue 27

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

Shades of Myrtle #21471B

Tints of Myrtle #21471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 54.2%

 BLUE value IS 27 (10.94% from 255) = 20.61%

R = 25.19%
G = 54.2%
B = 20.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#21471B (or 0x21471B) is known color: Myrtle. HEX triplet: 21, 47 and 1B. RGB value is (33,71,27). Sum of RGB (Red+Green+Blue) = 33+71+27=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #21471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21471B is #DEB8E4. Grayscale: #363636. Windows color (decimal): -14596325 or 1787681. OLE color: 1787681.

HSL color Cylindrical-coordinate representation of color #21471B: hue angle of 111.82º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #21471B is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 71 27 -
CMYK 0.54 0 0.62 0.72
HSL 111.82º 0.45% 0.19% -
HSV(B) 111.82º 0.62% 0.28% -
XYZ 3.08 4.91 1.82 -
YUV 54.62 112.41 112.58 -
System Red Green Blue C M Y K H S L
Decimal 33 71 27 0.54 0 0.62 0.72 111.82 0.45 0.19
Hex 21 47 1B 36 0 3E 48 70 2D 13
Octal 41 107 33 66 0 76 110 160 55 23
Binary 100001 1000111 11011 110110 0 111110 1001000 1110000 101101 10011

Color Harmonies of #21471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21471B

Black with #21471B

Text Example


Text Example

White with #21471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21471B; }

 p { color: rgb(33,71,27); }

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

background-color css

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

 a { background-color: rgb(33,71,27); }

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

border-color css

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

 span { border-color: rgb(33,71,27); }

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