Html Css Color HEX #404920 Bronzetone

📋 copy color: '#404920'

red 64 ◦ green 73 ◦ blue 32

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

Shades of Bronzetone #404920

Tints of Bronzetone #404920

RGB

 RED value IS 64 (25.39% from 255) = 37.87%

 GREEN value IS 73 (28.91% from 255) = 43.2%

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

R = 37.87%
G = 43.2%
B = 18.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#404920 (or 0x404920) is known color: Bronzetone. HEX triplet: 40, 49 and 20. RGB value is (64,73,32). Sum of RGB (Red+Green+Blue) = 64+73+32=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #404920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404920 is #BFB6DF. Grayscale: #414141. Windows color (decimal): -12564192 or 2115904. OLE color: 2115904.

HSL color Cylindrical-coordinate representation of color #404920: hue angle of 73.17º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404920 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 73 32 -
CMYK 0.12 0 0.56 0.71
HSL 73.17º 0.39% 0.21% -
HSV(B) 73.17º 0.56% 0.29% -
XYZ 4.76 5.96 2.27 -
YUV 65.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 64 73 32 0.12 0 0.56 0.71 73.17 0.39 0.21
Hex 40 49 20 C 0 38 47 49 27 15
Octal 100 111 40 14 0 70 107 111 47 25
Binary 1000000 1001001 100000 1100 0 111000 1000111 1001001 100111 10101

Color Harmonies of #404920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404920

Black with #404920

Text Example


Text Example

White with #404920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404920; }

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

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

background-color css

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

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

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

border-color css

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

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

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