Html Css Color HEX #213C19 Myrtle

📋 copy color: '#213C19'

red 33 ◦ green 60 ◦ blue 25

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

Shades of Myrtle #213C19

Tints of Myrtle #213C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 50.85%

 BLUE value IS 25 (10.16% from 255) = 21.19%

R = 27.97%
G = 50.85%
B = 21.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.76

RGB Variations

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

Color information

#213C19 (or 0x213C19) is known color: Myrtle. HEX triplet: 21, 3C and 19. RGB value is (33,60,25). Sum of RGB (Red+Green+Blue) = 33+60+25=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 60 (23.83% from 255 or 50.85% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 60 - color contains mainly: green. Hex color #213C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213C19 is #DEC3E6. Grayscale: #303030. Windows color (decimal): -14599143 or 1653793. OLE color: 1653793.

HSL color Cylindrical-coordinate representation of color #213C19: hue angle of 106.29º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #213C19 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 60 25 -
CMYK 0.45 0 0.58 0.76
HSL 106.29º 0.41% 0.17% -
HSV(B) 106.29º 0.58% 0.24% -
XYZ 2.42 3.63 1.49 -
YUV 47.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 33 60 25 0.45 0 0.58 0.76 106.29 0.41 0.17
Hex 21 3C 19 2D 0 3A 4C 6A 29 11
Octal 41 74 31 55 0 72 114 152 51 21
Binary 100001 111100 11001 101101 0 111010 1001100 1101010 101001 10001

Color Harmonies of #213C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C19

Black with #213C19

Text Example


Text Example

White with #213C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213C19; }

 p { color: rgb(33,60,25); }

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

background-color css

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

 a { background-color: rgb(33,60,25); }

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

border-color css

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

 span { border-color: rgb(33,60,25); }

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