Html Css Color HEX #444A26 Bronzetone

📋 copy color: '#444A26'

red 68 ◦ green 74 ◦ blue 38

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

Shades of Bronzetone #444A26

Tints of Bronzetone #444A26

RGB

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

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

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

R = 37.78%
G = 41.11%
B = 21.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#444A26 (or 0x444A26) is known color: Bronzetone. HEX triplet: 44, 4A and 26. RGB value is (68,74,38). Sum of RGB (Red+Green+Blue) = 68+74+38=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 74 - color contains mainly: green. Hex color #444A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A26 is #BBB5D9. Grayscale: #444444. Windows color (decimal): -12301786 or 2509380. OLE color: 2509380.

HSL color Cylindrical-coordinate representation of color #444A26: hue angle of 70º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #444A26 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 74 38 -
CMYK 0.08 0 0.49 0.71
HSL 70º 0.32% 0.22% -
HSV(B) 70º 0.49% 0.29% -
XYZ 5.18 6.27 2.77 -
YUV 68.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 68 74 38 0.08 0 0.49 0.71 70 0.32 0.22
Hex 44 4A 26 8 0 31 47 46 20 16
Octal 104 112 46 10 0 61 107 106 40 26
Binary 1000100 1001010 100110 1000 0 110001 1000111 1000110 100000 10110

Color Harmonies of #444A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A26

Black with #444A26

Text Example


Text Example

White with #444A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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