Html Css Color HEX #406C17 Dell

📋 copy color: '#406C17'

red 64 ◦ green 108 ◦ blue 23

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

Shades of Dell #406C17

Tints of Dell #406C17

RGB

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

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

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

R = 32.82%
G = 55.38%
B = 11.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#406C17 (or 0x406C17) is known color: Dell. HEX triplet: 40, 6C and 17. RGB value is (64,108,23). Sum of RGB (Red+Green+Blue) = 64+108+23=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 108 (42.58% from 255 or 55.38% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 108 - color contains mainly: green. Hex color #406C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406C17 is #BF93E8. Grayscale: #555555. Windows color (decimal): -12555241 or 1535040. OLE color: 1535040.

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

Color convert

RGB 64 108 23 -
CMYK 0.41 0 0.79 0.58
HSL 91.06º 0.65% 0.26% -
HSV(B) 91.06º 0.79% 0.42% -
XYZ 7.63 11.88 2.7 -
YUV 85.15 92.92 112.91 -
System Red Green Blue C M Y K H S L
Decimal 64 108 23 0.41 0 0.79 0.58 91.06 0.65 0.26
Hex 40 6C 17 29 0 4F 3A 5B 41 1A
Octal 100 154 27 51 0 117 72 133 101 32
Binary 1000000 1101100 10111 101001 0 1001111 111010 1011011 1000001 11010

Color Harmonies of #406C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C17

Black with #406C17

Text Example


Text Example

White with #406C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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