Html Css Color HEX #204A15 Myrtle

📋 copy color: '#204A15'

red 32 ◦ green 74 ◦ blue 21

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

Shades of Myrtle #204A15

Tints of Myrtle #204A15

RGB

 RED value IS 32 (12.89% from 255) = 25.2%

 GREEN value IS 74 (29.3% from 255) = 58.27%

 BLUE value IS 21 (8.59% from 255) = 16.54%

R = 25.2%
G = 58.27%
B = 16.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#204A15 (or 0x204A15) is known color: Myrtle. HEX triplet: 20, 4A and 15. RGB value is (32,74,21). Sum of RGB (Red+Green+Blue) = 32+74+21=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 74 (29.30% from 255 or 58.27% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 74 - color contains mainly: green. Hex color #204A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204A15 is #DFB5EA. Grayscale: #373737. Windows color (decimal): -14661099 or 1395232. OLE color: 1395232.

HSL color Cylindrical-coordinate representation of color #204A15: hue angle of 107.55º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #204A15 is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 74 21 -
CMYK 0.57 0 0.72 0.71
HSL 107.55º 0.56% 0.19% -
HSV(B) 107.55º 0.72% 0.29% -
XYZ 3.18 5.26 1.56 -
YUV 55.4 108.59 111.31 -
System Red Green Blue C M Y K H S L
Decimal 32 74 21 0.57 0 0.72 0.71 107.55 0.56 0.19
Hex 20 4A 15 39 0 48 47 6C 38 13
Octal 40 112 25 71 0 110 107 154 70 23
Binary 100000 1001010 10101 111001 0 1001000 1000111 1101100 111000 10011

Color Harmonies of #204A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204A15

Black with #204A15

Text Example


Text Example

White with #204A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204A15; }

 p { color: rgb(32,74,21); }

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

background-color css

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

 a { background-color: rgb(32,74,21); }

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

border-color css

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

 span { border-color: rgb(32,74,21); }

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