Html Css Color HEX #445126 Bronzetone

📋 copy color: '#445126'

red 68 ◦ green 81 ◦ blue 38

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

Shades of Bronzetone #445126

Tints of Bronzetone #445126

RGB

 RED value IS 68 (26.95% from 255) = 36.36%

 GREEN value IS 81 (32.03% from 255) = 43.32%

 BLUE value IS 38 (15.23% from 255) = 20.32%

R = 36.36%
G = 43.32%
B = 20.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#445126 (or 0x445126) is known color: Bronzetone. HEX triplet: 44, 51 and 26. RGB value is (68,81,38). Sum of RGB (Red+Green+Blue) = 68+81+38=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #445126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445126 is #BBAED9. Grayscale: #484848. Windows color (decimal): -12299994 or 2511172. OLE color: 2511172.

HSL color Cylindrical-coordinate representation of color #445126: hue angle of 78.14º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #445126 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 81 38 -
CMYK 0.16 0 0.53 0.68
HSL 78.14º 0.36% 0.23% -
HSV(B) 78.14º 0.53% 0.32% -
XYZ 5.68 7.25 2.93 -
YUV 72.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 68 81 38 0.16 0 0.53 0.68 78.14 0.36 0.23
Hex 44 51 26 10 0 35 44 4E 24 17
Octal 104 121 46 20 0 65 104 116 44 27
Binary 1000100 1010001 100110 10000 0 110101 1000100 1001110 100100 10111

Color Harmonies of #445126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445126

Black with #445126

Text Example


Text Example

White with #445126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445126; }

 p { color: rgb(68,81,38); }

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

background-color css

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

 a { background-color: rgb(68,81,38); }

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

border-color css

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

 span { border-color: rgb(68,81,38); }

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