#416226

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

Shades of Dell #416226

Tints of Dell #416226

Color information

#416226 (or 0x416226) is unknown color: approx Dell. HEX triplet: 41, 62 and 26. RGB value is (65,98,38). Sum of RGB (Red+Green+Blue) = 65+98+38=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #416226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416226 is #BE9DD9. Grayscale: #515151. Windows color (decimal): -12492250 or 2515521. OLE color: 2515521.

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

Color convert

RGB659838-
CMYK0.3400.610.62
HSL93º44.12%26.67%-
HSV(B)93º61.22%38.43%-
XYZ6.9103.4-
YUV81.29103.57116.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 98 (38.67% from 255) = 48.76%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=32.34%
G=48.76%
B=18.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6598380.3400.610.629344.1226.67
Hex4162262203D3E5d2c1b
Octal1011424642075761355433
Binary100000111000101001101000100111101111110101110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416226; }

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

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

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

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

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

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

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

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