Html Css Color HEX #416419 Dell

📋 copy color: '#416419'

red 65 ◦ green 100 ◦ blue 25

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

Shades of Dell #416419

Tints of Dell #416419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 52.63%

 BLUE value IS 25 (10.16% from 255) = 13.16%

R = 34.21%
G = 52.63%
B = 13.16%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#416419 (or 0x416419) is known color: Dell. HEX triplet: 41, 64 and 19. RGB value is (65,100,25). Sum of RGB (Red+Green+Blue) = 65+100+25=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #416419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416419 is #BE9BE6. Grayscale: #515151. Windows color (decimal): -12491751 or 1664065. OLE color: 1664065.

HSL color Cylindrical-coordinate representation of color #416419: hue angle of 88º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #416419 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 100 25 -
CMYK 0.35 0 0.75 0.61
HSL 88º 0.6% 0.25% -
HSV(B) 88º 0.75% 0.39% -
XYZ 6.91 10.31 2.55 -
YUV 80.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 65 100 25 0.35 0 0.75 0.61 88 0.6 0.25
Hex 41 64 19 23 0 4B 3D 58 3C 19
Octal 101 144 31 43 0 113 75 130 74 31
Binary 1000001 1100100 11001 100011 0 1001011 111101 1011000 111100 11001

Color Harmonies of #416419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416419

Black with #416419

Text Example


Text Example

White with #416419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416419; }

 p { color: rgb(65,100,25); }

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

background-color css

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

 a { background-color: rgb(65,100,25); }

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

border-color css

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

 span { border-color: rgb(65,100,25); }

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