Html Css Color HEX #414C2E Bronzetone

📋 copy color: '#414C2E'

red 65 ◦ green 76 ◦ blue 46

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

Shades of Bronzetone #414C2E

Tints of Bronzetone #414C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.6%

R = 34.76%
G = 40.64%
B = 24.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#414C2E (or 0x414C2E) is known color: Bronzetone. HEX triplet: 41, 4C and 2E. RGB value is (65,76,46). Sum of RGB (Red+Green+Blue) = 65+76+46=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #414C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C2E is #BEB3D1. Grayscale: #454545. Windows color (decimal): -12497874 or 3034177. OLE color: 3034177.

HSL color Cylindrical-coordinate representation of color #414C2E: hue angle of 82º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #414C2E is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 76 46 -
CMYK 0.14 0 0.39 0.70
HSL 82º 0.25% 0.24% -
HSV(B) 82º 0.39% 0.3% -
XYZ 5.26 6.49 3.56 -
YUV 69.29 114.86 124.94 -
System Red Green Blue C M Y K H S L
Decimal 65 76 46 0.14 0 0.39 0.70 82 0.25 0.24
Hex 41 4C 2E E 0 27 46 52 19 18
Octal 101 114 56 16 0 47 106 122 31 30
Binary 1000001 1001100 101110 1110 0 100111 1000110 1010010 11001 11000

Color Harmonies of #414C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C2E

Black with #414C2E

Text Example


Text Example

White with #414C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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