Html Css Color HEX #446F31 Dell

📋 copy color: '#446F31'

red 68 ◦ green 111 ◦ blue 49

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

Shades of Dell #446F31

Tints of Dell #446F31

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.68%

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

R = 29.82%
G = 48.68%
B = 21.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#446F31 (or 0x446F31) is known color: Dell. HEX triplet: 44, 6F and 31. RGB value is (68,111,49). Sum of RGB (Red+Green+Blue) = 68+111+49=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #446F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446F31 is #BB90CE. Grayscale: #5B5B5B. Windows color (decimal): -12292303 or 3239748. OLE color: 3239748.

HSL color Cylindrical-coordinate representation of color #446F31: hue angle of 101.61º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #446F31 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 111 49 -
CMYK 0.39 0 0.56 0.56
HSL 101.61º 0.39% 0.31% -
HSV(B) 101.61º 0.56% 0.44% -
XYZ 8.62 12.82 4.93 -
YUV 91.08 104.25 111.54 -
System Red Green Blue C M Y K H S L
Decimal 68 111 49 0.39 0 0.56 0.56 101.61 0.39 0.31
Hex 44 6F 31 27 0 38 38 66 27 1F
Octal 104 157 61 47 0 70 70 146 47 37
Binary 1000100 1101111 110001 100111 0 111000 111000 1100110 100111 11111

Color Harmonies of #446F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F31

Black with #446F31

Text Example


Text Example

White with #446F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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