#356110

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

Shades of Dell #356110

Tints of Dell #356110

Color information

#356110 (or 0x356110) is unknown color: approx Dell. HEX triplet: 35, 61 and 10. RGB value is (53,97,16). Sum of RGB (Red+Green+Blue) = 53+97+16=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #356110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356110 is #CA9EEF. Grayscale: #4A4A4A. Windows color (decimal): -13278960 or 1073461. OLE color: 1073461.

HSL color Cylindrical-coordinate representation of color #356110: hue angle of 92.59º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #356110 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB539716-
CMYK0.4500.840.62
HSL92.59º71.68%22.16%-
HSV(B)92.59º83.51%38.04%-
XYZ5.849.341.99-
YUV74.6194.92112.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 97 (38.28% from 255) = 58.43%
BLUE value IS 16 (6.64% from 255) = 9.64%
R=31.93%
G=58.43%
B=9.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397160.4500.840.6292.5971.6822.16
Hex3561102D0543E5d4816
Octal65141205501247613511026
Binary110101110000110000101101010101001111101011101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356110; }

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

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

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

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

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

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

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

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