Html Css Color HEX #406F20 Dell

📋 copy color: '#406F20'

red 64 ◦ green 111 ◦ blue 32

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

Shades of Dell #406F20

Tints of Dell #406F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 53.62%

 BLUE value IS 32 (12.89% from 255) = 15.46%

R = 30.92%
G = 53.62%
B = 15.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#406F20 (or 0x406F20) is known color: Dell. HEX triplet: 40, 6F and 20. RGB value is (64,111,32). Sum of RGB (Red+Green+Blue) = 64+111+32=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #406F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F20 is #BF90DF. Grayscale: #585858. Windows color (decimal): -12554464 or 2125632. OLE color: 2125632.

HSL color Cylindrical-coordinate representation of color #406F20: hue angle of 95.7º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406F20 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 111 32 -
CMYK 0.42 0 0.71 0.56
HSL 95.7º 0.55% 0.28% -
HSV(B) 95.7º 0.71% 0.44% -
XYZ 8.06 12.56 3.37 -
YUV 87.94 96.43 110.92 -
System Red Green Blue C M Y K H S L
Decimal 64 111 32 0.42 0 0.71 0.56 95.7 0.55 0.28
Hex 40 6F 20 2A 0 47 38 60 37 1C
Octal 100 157 40 52 0 107 70 140 67 34
Binary 1000000 1101111 100000 101010 0 1000111 111000 1100000 110111 11100

Color Harmonies of #406F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F20

Black with #406F20

Text Example


Text Example

White with #406F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,111,32); }

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

background-color css

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

 a { background-color: rgb(64,111,32); }

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

border-color css

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

 span { border-color: rgb(64,111,32); }

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