Html Css Color HEX #446028 Dell

📋 copy color: '#446028'

red 68 ◦ green 96 ◦ blue 40

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

Shades of Dell #446028

Tints of Dell #446028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.06%

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

R = 33.33%
G = 47.06%
B = 19.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#446028 (or 0x446028) is known color: Dell. HEX triplet: 44, 60 and 28. RGB value is (68,96,40). Sum of RGB (Red+Green+Blue) = 68+96+40=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #446028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446028 is #BB9FD7. Grayscale: #515151. Windows color (decimal): -12296152 or 2646084. OLE color: 2646084.

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

Color convert

RGB 68 96 40 -
CMYK 0.29 0 0.58 0.62
HSL 90º 0.41% 0.27% -
HSV(B) 90º 0.58% 0.38% -
XYZ 6.95 9.75 3.52 -
YUV 81.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 68 96 40 0.29 0 0.58 0.62 90 0.41 0.27
Hex 44 60 28 1D 0 3A 3E 5A 29 1B
Octal 104 140 50 35 0 72 76 132 51 33
Binary 1000100 1100000 101000 11101 0 111010 111110 1011010 101001 11011

Color Harmonies of #446028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446028

Black with #446028

Text Example


Text Example

White with #446028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446028; }

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

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

background-color css

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

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

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

border-color css

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

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

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