Html Css Color HEX #406D17 Dell

📋 copy color: '#406D17'

red 64 ◦ green 109 ◦ blue 23

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

Shades of Dell #406D17

Tints of Dell #406D17

RGB

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

 GREEN value IS 109 (42.97% from 255) = 55.61%

 BLUE value IS 23 (9.38% from 255) = 11.73%

R = 32.65%
G = 55.61%
B = 11.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.79

 K value IS 0.57

RGB Variations

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

Color information

#406D17 (or 0x406D17) is known color: Dell. HEX triplet: 40, 6D and 17. RGB value is (64,109,23). Sum of RGB (Red+Green+Blue) = 64+109+23=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 109 (42.97% from 255 or 55.61% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 109 - color contains mainly: green. Hex color #406D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406D17 is #BF92E8. Grayscale: #565656. Windows color (decimal): -12554985 or 1535296. OLE color: 1535296.

HSL color Cylindrical-coordinate representation of color #406D17: hue angle of 91.4º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #406D17 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 109 23 -
CMYK 0.41 0 0.79 0.57
HSL 91.4º 0.65% 0.26% -
HSV(B) 91.4º 0.79% 0.43% -
XYZ 7.74 12.09 2.74 -
YUV 85.74 92.59 112.49 -
System Red Green Blue C M Y K H S L
Decimal 64 109 23 0.41 0 0.79 0.57 91.4 0.65 0.26
Hex 40 6D 17 29 0 4F 39 5B 41 1A
Octal 100 155 27 51 0 117 71 133 101 32
Binary 1000000 1101101 10111 101001 0 1001111 111001 1011011 1000001 11010

Color Harmonies of #406D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D17

Black with #406D17

Text Example


Text Example

White with #406D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,109,23); }

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

background-color css

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

 a { background-color: rgb(64,109,23); }

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

border-color css

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

 span { border-color: rgb(64,109,23); }

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