Html Css Color HEX #404924 Bronzetone

📋 copy color: '#404924'

red 64 ◦ green 73 ◦ blue 36

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

Shades of Bronzetone #404924

Tints of Bronzetone #404924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.81%

R = 36.99%
G = 42.2%
B = 20.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#404924 (or 0x404924) is known color: Bronzetone. HEX triplet: 40, 49 and 24. RGB value is (64,73,36). Sum of RGB (Red+Green+Blue) = 64+73+36=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #404924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404924 is #BFB6DB. Grayscale: #424242. Windows color (decimal): -12564188 or 2378048. OLE color: 2378048.

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

Color convert

RGB 64 73 36 -
CMYK 0.12 0 0.51 0.71
HSL 74.59º 0.34% 0.21% -
HSV(B) 74.59º 0.51% 0.29% -
XYZ 4.82 5.98 2.57 -
YUV 66.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 64 73 36 0.12 0 0.51 0.71 74.59 0.34 0.21
Hex 40 49 24 C 0 33 47 4B 22 15
Octal 100 111 44 14 0 63 107 113 42 25
Binary 1000000 1001001 100100 1100 0 110011 1000111 1001011 100010 10101

Color Harmonies of #404924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404924

Black with #404924

Text Example


Text Example

White with #404924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404924; }

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

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

background-color css

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

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

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

border-color css

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

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

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