Html Css Color HEX #406624 Dell

📋 copy color: '#406624'

red 64 ◦ green 102 ◦ blue 36

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

Shades of Dell #406624

Tints of Dell #406624

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50.5%

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

R = 31.68%
G = 50.5%
B = 17.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#406624 (or 0x406624) is known color: Dell. HEX triplet: 40, 66 and 24. RGB value is (64,102,36). Sum of RGB (Red+Green+Blue) = 64+102+36=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #406624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406624 is #BF99DB. Grayscale: #535353. Windows color (decimal): -12556764 or 2385472. OLE color: 2385472.

HSL color Cylindrical-coordinate representation of color #406624: hue angle of 94.55º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #406624 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 36 -
CMYK 0.37 0 0.65 0.6
HSL 94.55º 0.48% 0.27% -
HSV(B) 94.55º 0.65% 0.4% -
XYZ 7.18 10.72 3.36 -
YUV 83.11 101.41 114.37 -
System Red Green Blue C M Y K H S L
Decimal 64 102 36 0.37 0 0.65 0.6 94.55 0.48 0.27
Hex 40 66 24 25 0 41 3C 5F 30 1B
Octal 100 146 44 45 0 101 74 137 60 33
Binary 1000000 1100110 100100 100101 0 1000001 111100 1011111 110000 11011

Color Harmonies of #406624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406624

Black with #406624

Text Example


Text Example

White with #406624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406624; }

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

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

background-color css

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

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

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

border-color css

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

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

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