Html Css Color HEX #404928 Bronzetone

📋 copy color: '#404928'

red 64 ◦ green 73 ◦ blue 40

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

Shades of Bronzetone #404928

Tints of Bronzetone #404928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.6%

R = 36.16%
G = 41.24%
B = 22.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#404928 (or 0x404928) is known color: Bronzetone. HEX triplet: 40, 49 and 28. RGB value is (64,73,40). Sum of RGB (Red+Green+Blue) = 64+73+40=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #404928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404928 is #BFB6D7. Grayscale: #424242. Windows color (decimal): -12564184 or 2640192. OLE color: 2640192.

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

Color convert

RGB 64 73 40 -
CMYK 0.12 0 0.45 0.71
HSL 76.36º 0.29% 0.22% -
HSV(B) 76.36º 0.45% 0.29% -
XYZ 4.88 6.01 2.91 -
YUV 66.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 64 73 40 0.12 0 0.45 0.71 76.36 0.29 0.22
Hex 40 49 28 C 0 2D 47 4C 1D 16
Octal 100 111 50 14 0 55 107 114 35 26
Binary 1000000 1001001 101000 1100 0 101101 1000111 1001100 11101 10110

Color Harmonies of #404928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404928

Black with #404928

Text Example


Text Example

White with #404928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404928; }

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

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

background-color css

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

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

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

border-color css

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

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

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