#356310

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

Shades of Dell #356310

Tints of Dell #356310

Color information

#356310 (or 0x356310) is unknown color: approx Dell. HEX triplet: 35, 63 and 10. RGB value is (53,99,16). Sum of RGB (Red+Green+Blue) = 53+99+16=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #356310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356310 is #CA9CEF. Grayscale: #4C4C4C. Windows color (decimal): -13278448 or 1073973. OLE color: 1073973.

HSL color Cylindrical-coordinate representation of color #356310: hue angle of 93.25º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #356310 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB539916-
CMYK0.4600.840.61
HSL93.25º72.17%22.55%-
HSV(B)93.25º83.84%38.82%-
XYZ6.029.722.05-
YUV75.7894.26111.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 99 (39.06% from 255) = 58.93%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=31.55%
G=58.93%
B=9.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399160.4600.840.6193.2572.1722.55
Hex3563102E0543D5d4817
Octal65143205601247513511027
Binary110101110001110000101110010101001111011011101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356310; }

 p { color: rgb(53,99,16); }

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

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

 a { background-color: rgb(53,99,16); }

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

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

 span { border-color: rgb(53,99,16); }

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