Html Css Color HEX #406C28 Dell

📋 copy color: '#406C28'

red 64 ◦ green 108 ◦ blue 40

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

Shades of Dell #406C28

Tints of Dell #406C28

RGB

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

 GREEN value IS 108 (42.58% from 255) = 50.94%

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

R = 30.19%
G = 50.94%
B = 18.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#406C28 (or 0x406C28) is known color: Dell. HEX triplet: 40, 6C and 28. RGB value is (64,108,40). Sum of RGB (Red+Green+Blue) = 64+108+40=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #406C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406C28 is #BF93D7. Grayscale: #575757. Windows color (decimal): -12555224 or 2649152. OLE color: 2649152.

HSL color Cylindrical-coordinate representation of color #406C28: hue angle of 98.82º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #406C28 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 108 40 -
CMYK 0.41 0 0.63 0.58
HSL 98.82º 0.46% 0.29% -
HSV(B) 98.82º 0.63% 0.42% -
XYZ 7.86 11.97 3.9 -
YUV 87.09 101.42 111.53 -
System Red Green Blue C M Y K H S L
Decimal 64 108 40 0.41 0 0.63 0.58 98.82 0.46 0.29
Hex 40 6C 28 29 0 3F 3A 63 2E 1D
Octal 100 154 50 51 0 77 72 143 56 35
Binary 1000000 1101100 101000 101001 0 111111 111010 1100011 101110 11101

Color Harmonies of #406C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C28

Black with #406C28

Text Example


Text Example

White with #406C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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