Html Css Color HEX #416319 Dell

📋 copy color: '#416319'

red 65 ◦ green 99 ◦ blue 25

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

Shades of Dell #416319

Tints of Dell #416319

RGB

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

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

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

R = 34.39%
G = 52.38%
B = 13.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#416319 (or 0x416319) is known color: Dell. HEX triplet: 41, 63 and 19. RGB value is (65,99,25). Sum of RGB (Red+Green+Blue) = 65+99+25=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #416319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416319 is #BE9CE6. Grayscale: #505050. Windows color (decimal): -12492007 or 1663809. OLE color: 1663809.

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

Color convert

RGB 65 99 25 -
CMYK 0.34 0 0.75 0.61
HSL 87.57º 0.6% 0.24% -
HSV(B) 87.57º 0.75% 0.39% -
XYZ 6.82 10.12 2.51 -
YUV 80.4 96.74 117.02 -
System Red Green Blue C M Y K H S L
Decimal 65 99 25 0.34 0 0.75 0.61 87.57 0.6 0.24
Hex 41 63 19 22 0 4B 3D 58 3C 18
Octal 101 143 31 42 0 113 75 130 74 30
Binary 1000001 1100011 11001 100010 0 1001011 111101 1011000 111100 11000

Color Harmonies of #416319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416319

Black with #416319

Text Example


Text Example

White with #416319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416319; }

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

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

background-color css

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

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

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

border-color css

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

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

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