Html Css Color HEX #406028 Dell

📋 copy color: '#406028'

red 64 ◦ green 96 ◦ blue 40

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

Shades of Dell #406028

Tints of Dell #406028

RGB

 RED value IS 64 (25.39% from 255) = 32%

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

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

R = 32%
G = 48%
B = 20%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#406028 (or 0x406028) is known color: Dell. HEX triplet: 40, 60 and 28. RGB value is (64,96,40). Sum of RGB (Red+Green+Blue) = 64+96+40=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #406028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406028 is #BF9FD7. Grayscale: #505050. Windows color (decimal): -12558296 or 2646080. OLE color: 2646080.

HSL color Cylindrical-coordinate representation of color #406028: hue angle of 94.29º 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 #406028 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 40 -
CMYK 0.33 0 0.58 0.62
HSL 94.29º 0.41% 0.27% -
HSV(B) 94.29º 0.58% 0.38% -
XYZ 6.68 9.61 3.51 -
YUV 80.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 64 96 40 0.33 0 0.58 0.62 94.29 0.41 0.27
Hex 40 60 28 21 0 3A 3E 5E 29 1B
Octal 100 140 50 41 0 72 76 136 51 33
Binary 1000000 1100000 101000 100001 0 111010 111110 1011110 101001 11011

Color Harmonies of #406028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406028

Black with #406028

Text Example


Text Example

White with #406028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406028; }

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

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

background-color css

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

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

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

border-color css

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

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

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