Html Css Color HEX #416516 Dell

📋 copy color: '#416516'

red 65 ◦ green 101 ◦ blue 22

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

Shades of Dell #416516

Tints of Dell #416516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 53.72%

 BLUE value IS 22 (8.98% from 255) = 11.7%

R = 34.57%
G = 53.72%
B = 11.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#416516 (or 0x416516) is known color: Dell. HEX triplet: 41, 65 and 16. RGB value is (65,101,22). Sum of RGB (Red+Green+Blue) = 65+101+22=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 101 (39.84% from 255 or 53.72% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 101 - color contains mainly: green. Hex color #416516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416516 is #BE9AE9. Grayscale: #515151. Windows color (decimal): -12491498 or 1467713. OLE color: 1467713.

HSL color Cylindrical-coordinate representation of color #416516: hue angle of 87.34º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #416516 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 101 22 -
CMYK 0.36 0 0.78 0.60
HSL 87.34º 0.64% 0.24% -
HSV(B) 87.34º 0.78% 0.4% -
XYZ 6.98 10.49 2.42 -
YUV 81.23 94.57 116.42 -
System Red Green Blue C M Y K H S L
Decimal 65 101 22 0.36 0 0.78 0.60 87.34 0.64 0.24
Hex 41 65 16 24 0 4E 3C 57 40 18
Octal 101 145 26 44 0 116 74 127 100 30
Binary 1000001 1100101 10110 100100 0 1001110 111100 1010111 1000000 11000

Color Harmonies of #416516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416516

Black with #416516

Text Example


Text Example

White with #416516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416516; }

 p { color: rgb(65,101,22); }

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

background-color css

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

 a { background-color: rgb(65,101,22); }

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

border-color css

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

 span { border-color: rgb(65,101,22); }

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