Html Css Color HEX #446220 Dell

📋 copy color: '#446220'

red 68 ◦ green 98 ◦ blue 32

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

Shades of Dell #446220

Tints of Dell #446220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.16%

R = 34.34%
G = 49.49%
B = 16.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#446220 (or 0x446220) is known color: Dell. HEX triplet: 44, 62 and 20. RGB value is (68,98,32). Sum of RGB (Red+Green+Blue) = 68+98+32=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #446220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446220 is #BB9DDF. Grayscale: #515151. Windows color (decimal): -12295648 or 2122308. OLE color: 2122308.

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

Color convert

RGB 68 98 32 -
CMYK 0.31 0 0.67 0.62
HSL 87.27º 0.51% 0.25% -
HSV(B) 87.27º 0.67% 0.38% -
XYZ 7.01 10.07 2.94 -
YUV 81.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 68 98 32 0.31 0 0.67 0.62 87.27 0.51 0.25
Hex 44 62 20 1F 0 43 3E 57 33 19
Octal 104 142 40 37 0 103 76 127 63 31
Binary 1000100 1100010 100000 11111 0 1000011 111110 1010111 110011 11001

Color Harmonies of #446220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446220

Black with #446220

Text Example


Text Example

White with #446220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446220; }

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

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

background-color css

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

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

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

border-color css

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

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

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