Html Css Color HEX #414C24 Bronzetone

📋 copy color: '#414C24'

red 65 ◦ green 76 ◦ blue 36

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

Shades of Bronzetone #414C24

Tints of Bronzetone #414C24

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.94%

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

R = 36.72%
G = 42.94%
B = 20.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#414C24 (or 0x414C24) is known color: Bronzetone. HEX triplet: 41, 4C and 24. RGB value is (65,76,36). Sum of RGB (Red+Green+Blue) = 65+76+36=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 76 - color contains mainly: green. Hex color #414C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C24 is #BEB3DB. Grayscale: #444444. Windows color (decimal): -12497884 or 2378817. OLE color: 2378817.

HSL color Cylindrical-coordinate representation of color #414C24: hue angle of 76.5º 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 #414C24 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 76 36 -
CMYK 0.14 0 0.53 0.70
HSL 76.5º 0.36% 0.22% -
HSV(B) 76.5º 0.53% 0.3% -
XYZ 5.08 6.42 2.64 -
YUV 68.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 65 76 36 0.14 0 0.53 0.70 76.5 0.36 0.22
Hex 41 4C 24 E 0 35 46 4C 24 16
Octal 101 114 44 16 0 65 106 114 44 26
Binary 1000001 1001100 100100 1110 0 110101 1000110 1001100 100100 10110

Color Harmonies of #414C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C24

Black with #414C24

Text Example


Text Example

White with #414C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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