Html Css Color HEX #416821 Dell

📋 copy color: '#416821'

red 65 ◦ green 104 ◦ blue 33

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

Shades of Dell #416821

Tints of Dell #416821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.34%

R = 32.18%
G = 51.49%
B = 16.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#416821 (or 0x416821) is known color: Dell. HEX triplet: 41, 68 and 21. RGB value is (65,104,33). Sum of RGB (Red+Green+Blue) = 65+104+33=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #416821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416821 is #BE97DE. Grayscale: #545454. Windows color (decimal): -12490719 or 2189377. OLE color: 2189377.

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

Color convert

RGB 65 104 33 -
CMYK 0.38 0 0.68 0.59
HSL 92.96º 0.52% 0.27% -
HSV(B) 92.96º 0.68% 0.41% -
XYZ 7.4 11.13 3.2 -
YUV 84.25 99.08 114.27 -
System Red Green Blue C M Y K H S L
Decimal 65 104 33 0.38 0 0.68 0.59 92.96 0.52 0.27
Hex 41 68 21 26 0 44 3B 5D 34 1B
Octal 101 150 41 46 0 104 73 135 64 33
Binary 1000001 1101000 100001 100110 0 1000100 111011 1011101 110100 11011

Color Harmonies of #416821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416821

Black with #416821

Text Example


Text Example

White with #416821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416821; }

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

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

background-color css

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

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

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

border-color css

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

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

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