#356616

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

Shades of Dell #356616

Tints of Dell #356616

Color information

#356616 (or 0x356616) is unknown color: approx Dell. HEX triplet: 35, 66 and 16. RGB value is (53,102,22). Sum of RGB (Red+Green+Blue) = 53+102+22=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 102 (40.23% from 255 or 57.63% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 102 - color contains mainly: green. Hex color #356616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356616 is #CA99E9. Grayscale: #4E4E4E. Windows color (decimal): -13277674 or 1467957. OLE color: 1467957.

HSL color Cylindrical-coordinate representation of color #356616: hue angle of 96.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #356616 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB5310222-
CMYK0.4800.780.6
HSL96.75º64.52%24.31%-
HSV(B)96.75º78.43%40%-
XYZ6.3610.322.42-
YUV78.2396.27110-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 102 (40.23% from 255) = 57.63%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=29.94%
G=57.63%
B=12.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102220.4800.780.696.7564.5224.31
Hex3566163004E3C614118
Octal65146266001167414110130
Binary110101110011010110110000010011101111001100001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356616; }

 p { color: rgb(53,102,22); }

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

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

 a { background-color: rgb(53,102,22); }

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

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

 span { border-color: rgb(53,102,22); }

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