Html Css Color HEX #414A25 Bronzetone

📋 copy color: '#414A25'

red 65 ◦ green 74 ◦ blue 37

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

Shades of Bronzetone #414A25

Tints of Bronzetone #414A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.02%

R = 36.93%
G = 42.05%
B = 21.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.71

RGB Variations

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

Color information

#414A25 (or 0x414A25) is known color: Bronzetone. HEX triplet: 41, 4A and 25. RGB value is (65,74,37). Sum of RGB (Red+Green+Blue) = 65+74+37=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 74 - color contains mainly: green. Hex color #414A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A25 is #BEB5DA. Grayscale: #434343. Windows color (decimal): -12498395 or 2443841. OLE color: 2443841.

HSL color Cylindrical-coordinate representation of color #414A25: hue angle of 74.59º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #414A25 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 74 37 -
CMYK 0.12 0 0.50 0.71
HSL 74.59º 0.33% 0.22% -
HSV(B) 74.59º 0.5% 0.29% -
XYZ 4.96 6.15 2.68 -
YUV 67.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 65 74 37 0.12 0 0.50 0.71 74.59 0.33 0.22
Hex 41 4A 25 C 0 32 47 4B 21 16
Octal 101 112 45 14 0 62 107 113 41 26
Binary 1000001 1001010 100101 1100 0 110010 1000111 1001011 100001 10110

Color Harmonies of #414A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A25

Black with #414A25

Text Example


Text Example

White with #414A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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