Html Css Color HEX #446131 Dell

📋 copy color: '#446131'

red 68 ◦ green 97 ◦ blue 49

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

Shades of Dell #446131

Tints of Dell #446131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.33%

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 31.78%
G = 45.33%
B = 22.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#446131 (or 0x446131) is known color: Dell. HEX triplet: 44, 61 and 31. RGB value is (68,97,49). Sum of RGB (Red+Green+Blue) = 68+97+49=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #446131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446131 is #BB9ECE. Grayscale: #535353. Windows color (decimal): -12295887 or 3236164. OLE color: 3236164.

HSL color Cylindrical-coordinate representation of color #446131: hue angle of 96.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #446131 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 97 49 -
CMYK 0.30 0 0.49 0.62
HSL 96.25º 0.33% 0.29% -
HSV(B) 96.25º 0.49% 0.38% -
XYZ 7.21 10 4.46 -
YUV 82.86 108.89 117.4 -
System Red Green Blue C M Y K H S L
Decimal 68 97 49 0.30 0 0.49 0.62 96.25 0.33 0.29
Hex 44 61 31 1E 0 31 3E 60 21 1D
Octal 104 141 61 36 0 61 76 140 41 35
Binary 1000100 1100001 110001 11110 0 110001 111110 1100000 100001 11101

Color Harmonies of #446131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446131

Black with #446131

Text Example


Text Example

White with #446131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446131; }

 p { color: rgb(68,97,49); }

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

background-color css

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

 a { background-color: rgb(68,97,49); }

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

border-color css

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

 span { border-color: rgb(68,97,49); }

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