Html Css Color HEX #414A23 Bronzetone

📋 copy color: '#414A23'

red 65 ◦ green 74 ◦ blue 35

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

Shades of Bronzetone #414A23

Tints of Bronzetone #414A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.53%

 BLUE value IS 35 (14.06% from 255) = 20.11%

R = 37.36%
G = 42.53%
B = 20.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#414A23 (or 0x414A23) is known color: Bronzetone. HEX triplet: 41, 4A and 23. RGB value is (65,74,35). Sum of RGB (Red+Green+Blue) = 65+74+35=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 74 - color contains mainly: green. Hex color #414A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A23 is #BEB5DC. Grayscale: #434343. Windows color (decimal): -12498397 or 2312769. OLE color: 2312769.

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

Color convert

RGB 65 74 35 -
CMYK 0.12 0 0.53 0.71
HSL 73.85º 0.36% 0.21% -
HSV(B) 73.85º 0.53% 0.29% -
XYZ 4.93 6.14 2.52 -
YUV 66.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 65 74 35 0.12 0 0.53 0.71 73.85 0.36 0.21
Hex 41 4A 23 C 0 35 47 4A 24 15
Octal 101 112 43 14 0 65 107 112 44 25
Binary 1000001 1001010 100011 1100 0 110101 1000111 1001010 100100 10101

Color Harmonies of #414A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A23

Black with #414A23

Text Example


Text Example

White with #414A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,74,35); }

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

background-color css

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

 a { background-color: rgb(65,74,35); }

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

border-color css

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

 span { border-color: rgb(65,74,35); }

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