#356216

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

Shades of Dell #356216

Tints of Dell #356216

Color information

#356216 (or 0x356216) is unknown color: approx Dell. HEX triplet: 35, 62 and 16. RGB value is (53,98,22). Sum of RGB (Red+Green+Blue) = 53+98+22=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #356216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356216 is #CA9DE9. Grayscale: #4C4C4C. Windows color (decimal): -13278698 or 1466933. OLE color: 1466933.

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

Color convert

RGB539822-
CMYK0.4600.780.62
HSL95.53º63.33%23.53%-
HSV(B)95.53º77.55%38.43%-
XYZ5.989.552.29-
YUV75.8897.59111.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 98 (38.67% from 255) = 56.65%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=30.64%
G=56.65%
B=12.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398220.4600.780.6295.5363.3323.53
Hex3562162E04E3E603f18
Octal6514226560116761407730
Binary11010111000101011010111001001110111110110000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356216; }

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

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

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

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

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

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

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

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