Html Css Color HEX #416B15 Dell

📋 copy color: '#416B15'

red 65 ◦ green 107 ◦ blue 21

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

Shades of Dell #416B15

Tints of Dell #416B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.88%

R = 33.68%
G = 55.44%
B = 10.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#416B15 (or 0x416B15) is known color: Dell. HEX triplet: 41, 6B and 15. RGB value is (65,107,21). Sum of RGB (Red+Green+Blue) = 65+107+21=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #416B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416B15 is #BE94EA. Grayscale: #545454. Windows color (decimal): -12489963 or 1403713. OLE color: 1403713.

HSL color Cylindrical-coordinate representation of color #416B15: hue angle of 89.3º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #416B15 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 107 21 -
CMYK 0.39 0 0.80 0.58
HSL 89.3º 0.67% 0.25% -
HSV(B) 89.3º 0.8% 0.42% -
XYZ 7.57 11.69 2.57 -
YUV 84.64 92.09 113.99 -
System Red Green Blue C M Y K H S L
Decimal 65 107 21 0.39 0 0.80 0.58 89.3 0.67 0.25
Hex 41 6B 15 27 0 50 3A 59 43 19
Octal 101 153 25 47 0 120 72 131 103 31
Binary 1000001 1101011 10101 100111 0 1010000 111010 1011001 1000011 11001

Color Harmonies of #416B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416B15

Black with #416B15

Text Example


Text Example

White with #416B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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