#416B2D

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

Shades of Dell #416B2D

Tints of Dell #416B2D

Color information

#416B2D (or 0x416B2D) is unknown color: approx Dell. HEX triplet: 41, 6B and 2D. RGB value is (65,107,45). Sum of RGB (Red+Green+Blue) = 65+107+45=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #416B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416B2D is #BE94D2. Grayscale: #575757. Windows color (decimal): -12489939 or 2976577. OLE color: 2976577.

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

Color convert

RGB6510745-
CMYK0.3900.580.58
HSL100.65º40.79%29.8%-
HSV(B)100.65º57.94%41.96%-
XYZ7.9111.834.35-
YUV87.37104.09112.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.95%
GREEN value IS 107 (42.19% from 255) = 49.31%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=29.95%
G=49.31%
B=20.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65107450.3900.580.58100.6540.7929.8
Hex416B2D2703A3A65291e
Octal1011535547072721455136
Binary100000111010111011011001110111010111010110010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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