Html Css Color HEX #416329 Dell

📋 copy color: '#416329'

red 65 ◦ green 99 ◦ blue 41

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

Shades of Dell #416329

Tints of Dell #416329

RGB

 RED value IS 65 (25.78% from 255) = 31.71%

 GREEN value IS 99 (39.06% from 255) = 48.29%

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

R = 31.71%
G = 48.29%
B = 20%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#416329 (or 0x416329) is known color: Dell. HEX triplet: 41, 63 and 29. RGB value is (65,99,41). Sum of RGB (Red+Green+Blue) = 65+99+41=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #416329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416329 is #BE9CD6. Grayscale: #525252. Windows color (decimal): -12491991 or 2712385. OLE color: 2712385.

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

Color convert

RGB 65 99 41 -
CMYK 0.34 0 0.59 0.61
HSL 95.17º 0.41% 0.27% -
HSV(B) 95.17º 0.59% 0.39% -
XYZ 7.04 10.21 3.7 -
YUV 82.22 104.74 115.72 -
System Red Green Blue C M Y K H S L
Decimal 65 99 41 0.34 0 0.59 0.61 95.17 0.41 0.27
Hex 41 63 29 22 0 3B 3D 5F 29 1B
Octal 101 143 51 42 0 73 75 137 51 33
Binary 1000001 1100011 101001 100010 0 111011 111101 1011111 101001 11011

Color Harmonies of #416329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416329

Black with #416329

Text Example


Text Example

White with #416329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416329; }

 p { color: rgb(65,99,41); }

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

background-color css

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

 a { background-color: rgb(65,99,41); }

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

border-color css

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

 span { border-color: rgb(65,99,41); }

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