Html Css Color HEX #406D15 Dell

📋 copy color: '#406D15'

red 64 ◦ green 109 ◦ blue 21

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

Shades of Dell #406D15

Tints of Dell #406D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.82%

R = 32.99%
G = 56.19%
B = 10.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.81

 K value IS 0.57

RGB Variations

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

Color information

#406D15 (or 0x406D15) is known color: Dell. HEX triplet: 40, 6D and 15. RGB value is (64,109,21). Sum of RGB (Red+Green+Blue) = 64+109+21=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #406D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406D15 is #BF92EA. Grayscale: #555555. Windows color (decimal): -12554987 or 1404224. OLE color: 1404224.

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

Color convert

RGB 64 109 21 -
CMYK 0.41 0 0.81 0.57
HSL 90.68º 0.68% 0.25% -
HSV(B) 90.68º 0.81% 0.43% -
XYZ 7.72 12.08 2.63 -
YUV 85.51 91.59 112.66 -
System Red Green Blue C M Y K H S L
Decimal 64 109 21 0.41 0 0.81 0.57 90.68 0.68 0.25
Hex 40 6D 15 29 0 51 39 5B 44 19
Octal 100 155 25 51 0 121 71 133 104 31
Binary 1000000 1101101 10101 101001 0 1010001 111001 1011011 1000100 11001

Color Harmonies of #406D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D15

Black with #406D15

Text Example


Text Example

White with #406D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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