#416E23

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

Shades of Dell #416E23

Tints of Dell #416E23

Color information

#416E23 (or 0x416E23) is unknown color: approx Dell. HEX triplet: 41, 6E and 23. RGB value is (65,110,35). Sum of RGB (Red+Green+Blue) = 65+110+35=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 110 (43.36% from 255 or 52.38% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 110 - color contains mainly: green. Hex color #416E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416E23 is #BE91DC. Grayscale: #585858. Windows color (decimal): -12489181 or 2321985. OLE color: 2321985.

HSL color Cylindrical-coordinate representation of color #416E23: hue angle of 96º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416E23 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB6511035-
CMYK0.4100.680.57
HSL96º51.72%28.43%-
HSV(B)96º68.18%43.14%-
XYZ8.0612.43.56-
YUV87.9998.09111.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 110 (43.36% from 255) = 52.38%
BLUE value IS 35 (14.06% from 255) = 16.67%
R=30.95%
G=52.38%
B=16.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65110350.4100.680.579651.7228.43
Hex416E23290443960341c
Octal10115643510104711406434
Binary1000001110111010001110100101000100111001110000011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,110,35); }

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

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

 a { background-color: rgb(65,110,35); }

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

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

 span { border-color: rgb(65,110,35); }

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