Html Css Color HEX #416B19 Dell

📋 copy color: '#416B19'

red 65 ◦ green 107 ◦ blue 25

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

Shades of Dell #416B19

Tints of Dell #416B19

RGB

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

 GREEN value IS 107 (42.19% from 255) = 54.31%

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

R = 32.99%
G = 54.31%
B = 12.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#416B19 (or 0x416B19) is known color: Dell. HEX triplet: 41, 6B and 19. RGB value is (65,107,25). Sum of RGB (Red+Green+Blue) = 65+107+25=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #416B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416B19 is #BE94E6. Grayscale: #555555. Windows color (decimal): -12489959 or 1665857. OLE color: 1665857.

HSL color Cylindrical-coordinate representation of color #416B19: hue angle of 90.73º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #416B19 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 107 25 -
CMYK 0.39 0 0.77 0.58
HSL 90.73º 0.62% 0.26% -
HSV(B) 90.73º 0.77% 0.42% -
XYZ 7.61 11.71 2.78 -
YUV 85.09 94.09 113.67 -
System Red Green Blue C M Y K H S L
Decimal 65 107 25 0.39 0 0.77 0.58 90.73 0.62 0.26
Hex 41 6B 19 27 0 4D 3A 5B 3E 1A
Octal 101 153 31 47 0 115 72 133 76 32
Binary 1000001 1101011 11001 100111 0 1001101 111010 1011011 111110 11010

Color Harmonies of #416B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416B19

Black with #416B19

Text Example


Text Example

White with #416B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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