Html Css Color HEX #416829 Dell

📋 copy color: '#416829'

red 65 ◦ green 104 ◦ blue 41

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

Shades of Dell #416829

Tints of Dell #416829

RGB

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

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

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

R = 30.95%
G = 49.52%
B = 19.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#416829 (or 0x416829) is known color: Dell. HEX triplet: 41, 68 and 29. RGB value is (65,104,41). Sum of RGB (Red+Green+Blue) = 65+104+41=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #416829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416829 is #BE97D6. Grayscale: #555555. Windows color (decimal): -12490711 or 2713665. OLE color: 2713665.

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

Color convert

RGB 65 104 41 -
CMYK 0.38 0 0.61 0.59
HSL 97.14º 0.43% 0.28% -
HSV(B) 97.14º 0.61% 0.41% -
XYZ 7.53 11.18 3.86 -
YUV 85.16 103.08 113.62 -
System Red Green Blue C M Y K H S L
Decimal 65 104 41 0.38 0 0.61 0.59 97.14 0.43 0.28
Hex 41 68 29 26 0 3D 3B 61 2B 1C
Octal 101 150 51 46 0 75 73 141 53 34
Binary 1000001 1101000 101001 100110 0 111101 111011 1100001 101011 11100

Color Harmonies of #416829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416829

Black with #416829

Text Example


Text Example

White with #416829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416829; }

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

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

background-color css

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

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

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

border-color css

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

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

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