Html Css Color HEX #445026 Bronzetone

📋 copy color: '#445026'

red 68 ◦ green 80 ◦ blue 38

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

Shades of Bronzetone #445026

Tints of Bronzetone #445026

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.01%

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

R = 36.56%
G = 43.01%
B = 20.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#445026 (or 0x445026) is known color: Bronzetone. HEX triplet: 44, 50 and 26. RGB value is (68,80,38). Sum of RGB (Red+Green+Blue) = 68+80+38=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #445026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445026 is #BBAFD9. Grayscale: #474747. Windows color (decimal): -12300250 or 2510916. OLE color: 2510916.

HSL color Cylindrical-coordinate representation of color #445026: hue angle of 77.14º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #445026 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 38 -
CMYK 0.15 0 0.52 0.69
HSL 77.14º 0.36% 0.23% -
HSV(B) 77.14º 0.53% 0.31% -
XYZ 5.6 7.11 2.91 -
YUV 71.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 68 80 38 0.15 0 0.52 0.69 77.14 0.36 0.23
Hex 44 50 26 F 0 34 45 4D 24 17
Octal 104 120 46 17 0 64 105 115 44 27
Binary 1000100 1010000 100110 1111 0 110100 1000101 1001101 100100 10111

Color Harmonies of #445026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445026

Black with #445026

Text Example


Text Example

White with #445026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445026; }

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

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

background-color css

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

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

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

border-color css

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

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

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