Html Css Color HEX #406629 Dell

📋 copy color: '#406629'

red 64 ◦ green 102 ◦ blue 41

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

Shades of Dell #406629

Tints of Dell #406629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.81%

R = 30.92%
G = 49.28%
B = 19.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#406629 (or 0x406629) is known color: Dell. HEX triplet: 40, 66 and 29. RGB value is (64,102,41). Sum of RGB (Red+Green+Blue) = 64+102+41=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #406629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406629 is #BF99D6. Grayscale: #535353. Windows color (decimal): -12556759 or 2713152. OLE color: 2713152.

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

Color convert

RGB 64 102 41 -
CMYK 0.37 0 0.60 0.6
HSL 97.38º 0.43% 0.28% -
HSV(B) 97.38º 0.6% 0.4% -
XYZ 7.27 10.75 3.79 -
YUV 83.68 103.91 113.96 -
System Red Green Blue C M Y K H S L
Decimal 64 102 41 0.37 0 0.60 0.6 97.38 0.43 0.28
Hex 40 66 29 25 0 3C 3C 61 2B 1C
Octal 100 146 51 45 0 74 74 141 53 34
Binary 1000000 1100110 101001 100101 0 111100 111100 1100001 101011 11100

Color Harmonies of #406629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406629

Black with #406629

Text Example


Text Example

White with #406629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406629; }

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

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

background-color css

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

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

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

border-color css

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

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

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