Html Css Color HEX #294020 Myrtle

📋 copy color: '#294020'

red 41 ◦ green 64 ◦ blue 32

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

Shades of Myrtle #294020

Tints of Myrtle #294020

RGB

 RED value IS 41 (16.41% from 255) = 29.93%

 GREEN value IS 64 (25.39% from 255) = 46.72%

 BLUE value IS 32 (12.89% from 255) = 23.36%

R = 29.93%
G = 46.72%
B = 23.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#294020 (or 0x294020) is known color: Myrtle. HEX triplet: 29, 40 and 20. RGB value is (41,64,32). Sum of RGB (Red+Green+Blue) = 41+64+32=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #294020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294020 is #D6BFDF. Grayscale: #353535. Windows color (decimal): -14073824 or 2113577. OLE color: 2113577.

HSL color Cylindrical-coordinate representation of color #294020: hue angle of 103.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #294020 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 64 32 -
CMYK 0.36 0 0.50 0.75
HSL 103.13º 0.33% 0.19% -
HSV(B) 103.13º 0.5% 0.25% -
XYZ 3.01 4.24 2.03 -
YUV 53.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 41 64 32 0.36 0 0.50 0.75 103.13 0.33 0.19
Hex 29 40 20 24 0 32 4B 67 21 13
Octal 51 100 40 44 0 62 113 147 41 23
Binary 101001 1000000 100000 100100 0 110010 1001011 1100111 100001 10011

Color Harmonies of #294020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294020

Black with #294020

Text Example


Text Example

White with #294020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294020; }

 p { color: rgb(41,64,32); }

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

background-color css

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

 a { background-color: rgb(41,64,32); }

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

border-color css

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

 span { border-color: rgb(41,64,32); }

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