Html Css Color HEX #406824 Dell

📋 copy color: '#406824'

red 64 ◦ green 104 ◦ blue 36

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

Shades of Dell #406824

Tints of Dell #406824

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.98%

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

R = 31.37%
G = 50.98%
B = 17.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#406824 (or 0x406824) is known color: Dell. HEX triplet: 40, 68 and 24. RGB value is (64,104,36). Sum of RGB (Red+Green+Blue) = 64+104+36=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #406824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406824 is #BF97DB. Grayscale: #545454. Windows color (decimal): -12556252 or 2385984. OLE color: 2385984.

HSL color Cylindrical-coordinate representation of color #406824: hue angle of 95.29º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #406824 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 104 36 -
CMYK 0.38 0 0.65 0.59
HSL 95.29º 0.49% 0.27% -
HSV(B) 95.29º 0.65% 0.41% -
XYZ 7.38 11.12 3.43 -
YUV 84.29 100.75 113.53 -
System Red Green Blue C M Y K H S L
Decimal 64 104 36 0.38 0 0.65 0.59 95.29 0.49 0.27
Hex 40 68 24 26 0 41 3B 5F 31 1B
Octal 100 150 44 46 0 101 73 137 61 33
Binary 1000000 1101000 100100 100110 0 1000001 111011 1011111 110001 11011

Color Harmonies of #406824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406824

Black with #406824

Text Example


Text Example

White with #406824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406824; }

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

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

background-color css

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

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

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

border-color css

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

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

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