Html Css Color HEX #414D24 Bronzetone

📋 copy color: '#414D24'

red 65 ◦ green 77 ◦ blue 36

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

Shades of Bronzetone #414D24

Tints of Bronzetone #414D24

RGB

 RED value IS 65 (25.78% from 255) = 36.52%

 GREEN value IS 77 (30.47% from 255) = 43.26%

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

R = 36.52%
G = 43.26%
B = 20.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#414D24 (or 0x414D24) is known color: Bronzetone. HEX triplet: 41, 4D and 24. RGB value is (65,77,36). Sum of RGB (Red+Green+Blue) = 65+77+36=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #414D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D24 is #BEB2DB. Grayscale: #444444. Windows color (decimal): -12497628 or 2379073. OLE color: 2379073.

HSL color Cylindrical-coordinate representation of color #414D24: hue angle of 77.56º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #414D24 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 77 36 -
CMYK 0.16 0 0.53 0.70
HSL 77.56º 0.36% 0.22% -
HSV(B) 77.56º 0.53% 0.3% -
XYZ 5.15 6.56 2.66 -
YUV 68.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 65 77 36 0.16 0 0.53 0.70 77.56 0.36 0.22
Hex 41 4D 24 10 0 35 46 4E 24 16
Octal 101 115 44 20 0 65 106 116 44 26
Binary 1000001 1001101 100100 10000 0 110101 1000110 1001110 100100 10110

Color Harmonies of #414D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414D24

Black with #414D24

Text Example


Text Example

White with #414D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414D24; }

 p { color: rgb(65,77,36); }

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

background-color css

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

 a { background-color: rgb(65,77,36); }

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

border-color css

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

 span { border-color: rgb(65,77,36); }

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