#416720

Color #416720 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #416720

Tints of Dell #416720

Color information

#416720 (or 0x416720) is unknown color: approx Dell. HEX triplet: 41, 67 and 20. RGB value is (65,103,32). Sum of RGB (Red+Green+Blue) = 65+103+32=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #416720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416720 is #BE98DF. Grayscale: #535353. Windows color (decimal): -12490976 or 2123585. OLE color: 2123585.

HSL color Cylindrical-coordinate representation of color #416720: hue angle of 92.11º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #416720 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB6510332-
CMYK0.3700.690.60
HSL92.11º52.59%26.47%-
HSV(B)92.11º68.93%40.39%-
XYZ7.2910.933.09-
YUV83.5498.91114.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 103 (40.62% from 255) = 51.5%
BLUE value IS 32 (12.89% from 255) = 16%
R=32.5%
G=51.5%
B=16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65103320.3700.690.6092.1152.5926.47
Hex416720250453C5c351a
Octal10114740450105741346532
Binary1000001110011110000010010101000101111100101110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416720; }

 p { color: rgb(65,103,32); }

 H1.HeaderClassName
 {
   color: #416720;
 }
 .AnyTagClassName
 {
   color: #416720;
 }
</style>
background-color css

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

 a { background-color: rgb(65,103,32); }

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

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

 span { border-color: rgb(65,103,32); }

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