Html Css Color HEX #446231 Dell

📋 copy color: '#446231'

red 68 ◦ green 98 ◦ blue 49

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

Shades of Dell #446231

Tints of Dell #446231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.58%

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

R = 31.63%
G = 45.58%
B = 22.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#446231 (or 0x446231) is known color: Dell. HEX triplet: 44, 62 and 31. RGB value is (68,98,49). Sum of RGB (Red+Green+Blue) = 68+98+49=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #446231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446231 is #BB9DCE. Grayscale: #535353. Windows color (decimal): -12295631 or 3236420. OLE color: 3236420.

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

Color convert

RGB 68 98 49 -
CMYK 0.31 0 0.5 0.62
HSL 96.73º 0.33% 0.29% -
HSV(B) 96.73º 0.5% 0.38% -
XYZ 7.31 10.19 4.49 -
YUV 83.44 108.56 116.98 -
System Red Green Blue C M Y K H S L
Decimal 68 98 49 0.31 0 0.5 0.62 96.73 0.33 0.29
Hex 44 62 31 1F 0 32 3E 61 21 1D
Octal 104 142 61 37 0 62 76 141 41 35
Binary 1000100 1100010 110001 11111 0 110010 111110 1100001 100001 11101

Color Harmonies of #446231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446231

Black with #446231

Text Example


Text Example

White with #446231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446231; }

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

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

background-color css

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

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

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

border-color css

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

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

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