Html Css Color HEX #406929 Dell

📋 copy color: '#406929'

red 64 ◦ green 105 ◦ blue 41

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

Shades of Dell #406929

Tints of Dell #406929

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50%

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

R = 30.48%
G = 50%
B = 19.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#406929 (or 0x406929) is known color: Dell. HEX triplet: 40, 69 and 29. RGB value is (64,105,41). Sum of RGB (Red+Green+Blue) = 64+105+41=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #406929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406929 is #BF96D6. Grayscale: #555555. Windows color (decimal): -12555991 or 2713920. OLE color: 2713920.

HSL color Cylindrical-coordinate representation of color #406929: hue angle of 98.44º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #406929 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 105 41 -
CMYK 0.39 0 0.61 0.59
HSL 98.44º 0.44% 0.29% -
HSV(B) 98.44º 0.61% 0.41% -
XYZ 7.57 11.35 3.89 -
YUV 85.45 102.92 112.7 -
System Red Green Blue C M Y K H S L
Decimal 64 105 41 0.39 0 0.61 0.59 98.44 0.44 0.29
Hex 40 69 29 27 0 3D 3B 62 2C 1D
Octal 100 151 51 47 0 75 73 142 54 35
Binary 1000000 1101001 101001 100111 0 111101 111011 1100010 101100 11101

Color Harmonies of #406929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406929

Black with #406929

Text Example


Text Example

White with #406929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406929; }

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

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

background-color css

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

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

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

border-color css

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

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

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