Html Css Color HEX #446626 Dell

📋 copy color: '#446626'

red 68 ◦ green 102 ◦ blue 38

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

Shades of Dell #446626

Tints of Dell #446626

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.04%

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

R = 32.69%
G = 49.04%
B = 18.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#446626 (or 0x446626) is known color: Dell. HEX triplet: 44, 66 and 26. RGB value is (68,102,38). Sum of RGB (Red+Green+Blue) = 68+102+38=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #446626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446626 is #BB99D9. Grayscale: #545454. Windows color (decimal): -12294618 or 2516548. OLE color: 2516548.

HSL color Cylindrical-coordinate representation of color #446626: hue angle of 91.88º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #446626 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB 68 102 38 -
CMYK 0.33 0 0.63 0.6
HSL 91.88º 0.46% 0.27% -
HSV(B) 91.88º 0.63% 0.4% -
XYZ 7.49 10.87 3.54 -
YUV 84.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 68 102 38 0.33 0 0.63 0.6 91.88 0.46 0.27
Hex 44 66 26 21 0 3F 3C 5C 2E 1B
Octal 104 146 46 41 0 77 74 134 56 33
Binary 1000100 1100110 100110 100001 0 111111 111100 1011100 101110 11011

Color Harmonies of #446626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446626

Black with #446626

Text Example


Text Example

White with #446626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446626; }

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

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

background-color css

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

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

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

border-color css

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

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

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