Html Css Color HEX #406A2A Dell

📋 copy color: '#406A2A'

red 64 ◦ green 106 ◦ blue 42

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

Shades of Dell #406A2A

Tints of Dell #406A2A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 50%

 BLUE value IS 42 (16.8% from 255) = 19.81%

R = 30.19%
G = 50%
B = 19.81%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#406A2A (or 0x406A2A) is known color: Dell. HEX triplet: 40, 6A and 2A. RGB value is (64,106,42). Sum of RGB (Red+Green+Blue) = 64+106+42=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #406A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A2A is #BF95D5. Grayscale: #565656. Windows color (decimal): -12555734 or 2779712. OLE color: 2779712.

HSL color Cylindrical-coordinate representation of color #406A2A: hue angle of 99.38º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #406A2A is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 106 42 -
CMYK 0.40 0 0.60 0.58
HSL 99.38º 0.43% 0.29% -
HSV(B) 99.38º 0.6% 0.42% -
XYZ 7.69 11.57 4.02 -
YUV 86.15 103.09 112.2 -
System Red Green Blue C M Y K H S L
Decimal 64 106 42 0.40 0 0.60 0.58 99.38 0.43 0.29
Hex 40 6A 2A 28 0 3C 3A 63 2B 1D
Octal 100 152 52 50 0 74 72 143 53 35
Binary 1000000 1101010 101010 101000 0 111100 111010 1100011 101011 11101

Color Harmonies of #406A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A2A

Black with #406A2A

Text Example


Text Example

White with #406A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,106,42); }

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

background-color css

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

 a { background-color: rgb(64,106,42); }

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

border-color css

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

 span { border-color: rgb(64,106,42); }

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