#356211

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

Shades of Dell #356211

Tints of Dell #356211

Color information

#356211 (or 0x356211) is unknown color: approx Dell. HEX triplet: 35, 62 and 11. RGB value is (53,98,17). Sum of RGB (Red+Green+Blue) = 53+98+17=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #356211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356211 is #CA9DEE. Grayscale: #4B4B4B. Windows color (decimal): -13278703 or 1139253. OLE color: 1139253.

HSL color Cylindrical-coordinate representation of color #356211: hue angle of 93.33º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #356211 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB539817-
CMYK0.4600.830.62
HSL93.33º70.43%22.55%-
HSV(B)93.33º82.65%38.43%-
XYZ5.949.532.06-
YUV75.3195.09112.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 98 (38.67% from 255) = 58.33%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=31.55%
G=58.33%
B=10.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398170.4600.830.6293.3370.4322.55
Hex3562112E0533E5d4617
Octal65142215601237613510627
Binary110101110001010001101110010100111111101011101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356211; }

 p { color: rgb(53,98,17); }

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

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

 a { background-color: rgb(53,98,17); }

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

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

 span { border-color: rgb(53,98,17); }

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