#416228

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

Shades of Dell #416228

Tints of Dell #416228

Color information

#416228 (or 0x416228) is unknown color: approx Dell. HEX triplet: 41, 62 and 28. RGB value is (65,98,40). Sum of RGB (Red+Green+Blue) = 65+98+40=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #416228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416228 is #BE9DD7. Grayscale: #515151. Windows color (decimal): -12492248 or 2646593. OLE color: 2646593.

HSL color Cylindrical-coordinate representation of color #416228: hue angle of 94.14º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #416228 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB659840-
CMYK0.3400.590.62
HSL94.14º42.03%27.06%-
HSV(B)94.14º59.18%38.43%-
XYZ6.9310.013.57-
YUV81.52104.57116.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=32.02%
G=48.28%
B=19.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6598400.3400.590.6294.1442.0327.06
Hex4162282203B3E5e2a1b
Octal1011425042073761365233
Binary100000111000101010001000100111011111110101111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416228; }

 p { color: rgb(65,98,40); }

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

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

 a { background-color: rgb(65,98,40); }

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

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

 span { border-color: rgb(65,98,40); }

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