Html Css Color HEX #406D24 Dell

📋 copy color: '#406D24'

red 64 ◦ green 109 ◦ blue 36

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

Shades of Dell #406D24

Tints of Dell #406D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.22%

R = 30.62%
G = 52.15%
B = 17.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.57

RGB Variations

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

Color information

#406D24 (or 0x406D24) is known color: Dell. HEX triplet: 40, 6D and 24. RGB value is (64,109,36). Sum of RGB (Red+Green+Blue) = 64+109+36=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 109 (42.97% from 255 or 52.15% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 109 - color contains mainly: green. Hex color #406D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406D24 is #BF92DB. Grayscale: #575757. Windows color (decimal): -12554972 or 2387264. OLE color: 2387264.

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

Color convert

RGB 64 109 36 -
CMYK 0.41 0 0.67 0.57
HSL 96.99º 0.5% 0.28% -
HSV(B) 96.99º 0.67% 0.43% -
XYZ 7.9 12.15 3.6 -
YUV 87.22 99.09 111.44 -
System Red Green Blue C M Y K H S L
Decimal 64 109 36 0.41 0 0.67 0.57 96.99 0.5 0.28
Hex 40 6D 24 29 0 43 39 61 32 1C
Octal 100 155 44 51 0 103 71 141 62 34
Binary 1000000 1101101 100100 101001 0 1000011 111001 1100001 110010 11100

Color Harmonies of #406D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D24

Black with #406D24

Text Example


Text Example

White with #406D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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