Html Css Color HEX #446828 Dell

📋 copy color: '#446828'

red 68 ◦ green 104 ◦ blue 40

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

Shades of Dell #446828

Tints of Dell #446828

RGB

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

 GREEN value IS 104 (41.02% from 255) = 49.06%

 BLUE value IS 40 (16.02% from 255) = 18.87%

R = 32.08%
G = 49.06%
B = 18.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#446828 (or 0x446828) is known color: Dell. HEX triplet: 44, 68 and 28. RGB value is (68,104,40). Sum of RGB (Red+Green+Blue) = 68+104+40=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #446828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446828 is #BB97D7. Grayscale: #565656. Windows color (decimal): -12294104 or 2648132. OLE color: 2648132.

HSL color Cylindrical-coordinate representation of color #446828: hue angle of 93.75º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #446828 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 104 40 -
CMYK 0.35 0 0.62 0.59
HSL 93.75º 0.44% 0.28% -
HSV(B) 93.75º 0.62% 0.41% -
XYZ 7.72 11.28 3.78 -
YUV 85.94 102.07 115.2 -
System Red Green Blue C M Y K H S L
Decimal 68 104 40 0.35 0 0.62 0.59 93.75 0.44 0.28
Hex 44 68 28 23 0 3E 3B 5E 2C 1C
Octal 104 150 50 43 0 76 73 136 54 34
Binary 1000100 1101000 101000 100011 0 111110 111011 1011110 101100 11100

Color Harmonies of #446828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446828

Black with #446828

Text Example


Text Example

White with #446828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446828; }

 p { color: rgb(68,104,40); }

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

background-color css

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

 a { background-color: rgb(68,104,40); }

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

border-color css

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

 span { border-color: rgb(68,104,40); }

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