Html Css Color HEX #414924 Bronzetone

📋 copy color: '#414924'

red 65 ◦ green 73 ◦ blue 36

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

Shades of Bronzetone #414924

Tints of Bronzetone #414924

RGB

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

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

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

R = 37.36%
G = 41.95%
B = 20.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#414924 (or 0x414924) is known color: Bronzetone. HEX triplet: 41, 49 and 24. RGB value is (65,73,36). Sum of RGB (Red+Green+Blue) = 65+73+36=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #414924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414924 is #BEB6DB. Grayscale: #424242. Windows color (decimal): -12498652 or 2378049. OLE color: 2378049.

HSL color Cylindrical-coordinate representation of color #414924: hue angle of 72.97º 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 #414924 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 73 36 -
CMYK 0.11 0 0.51 0.71
HSL 72.97º 0.34% 0.21% -
HSV(B) 72.97º 0.51% 0.29% -
XYZ 4.88 6.02 2.57 -
YUV 66.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 65 73 36 0.11 0 0.51 0.71 72.97 0.34 0.21
Hex 41 49 24 B 0 33 47 49 22 15
Octal 101 111 44 13 0 63 107 111 42 25
Binary 1000001 1001001 100100 1011 0 110011 1000111 1001001 100010 10101

Color Harmonies of #414924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414924

Black with #414924

Text Example


Text Example

White with #414924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414924; }

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

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

background-color css

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

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

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

border-color css

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

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

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