Html Css Color HEX #215413 Myrtle

📋 copy color: '#215413'

red 33 ◦ green 84 ◦ blue 19

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

Shades of Myrtle #215413

Tints of Myrtle #215413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 61.76%

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

R = 24.26%
G = 61.76%
B = 13.97%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#215413 (or 0x215413) is known color: Myrtle. HEX triplet: 21, 54 and 13. RGB value is (33,84,19). Sum of RGB (Red+Green+Blue) = 33+84+19=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #215413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215413 is #DEABEC. Grayscale: #3D3D3D. Windows color (decimal): -14593005 or 1266721. OLE color: 1266721.

HSL color Cylindrical-coordinate representation of color #215413: hue angle of 107.08º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #215413 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 84 19 -
CMYK 0.61 0 0.77 0.67
HSL 107.08º 0.63% 0.2% -
HSV(B) 107.08º 0.77% 0.33% -
XYZ 3.92 6.71 1.71 -
YUV 61.34 104.1 107.79 -
System Red Green Blue C M Y K H S L
Decimal 33 84 19 0.61 0 0.77 0.67 107.08 0.63 0.2
Hex 21 54 13 3D 0 4D 43 6B 3F 14
Octal 41 124 23 75 0 115 103 153 77 24
Binary 100001 1010100 10011 111101 0 1001101 1000011 1101011 111111 10100

Color Harmonies of #215413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215413

Black with #215413

Text Example


Text Example

White with #215413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215413; }

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

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

background-color css

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

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

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

border-color css

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

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

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