#356013

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

Shades of Dell #356013

Tints of Dell #356013

Color information

#356013 (or 0x356013) is unknown color: approx Dell. HEX triplet: 35, 60 and 13. RGB value is (53,96,19). Sum of RGB (Red+Green+Blue) = 53+96+19=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #356013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356013 is #CA9FEC. Grayscale: #4A4A4A. Windows color (decimal): -13279213 or 1269813. OLE color: 1269813.

HSL color Cylindrical-coordinate representation of color #356013: hue angle of 93.51º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #356013 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB539619-
CMYK0.4500.800.62
HSL93.51º66.96%22.55%-
HSV(B)93.51º80.21%37.65%-
XYZ5.779.172.08-
YUV74.3696.75112.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 96 (37.89% from 255) = 57.14%
BLUE value IS 19 (7.81% from 255) = 11.31%
R=31.55%
G=57.14%
B=11.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396190.4500.800.6293.5166.9622.55
Hex3560132D0503E5e4317
Octal65140235501207613610327
Binary110101110000010011101101010100001111101011110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356013; }

 p { color: rgb(53,96,19); }

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

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

 a { background-color: rgb(53,96,19); }

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

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

 span { border-color: rgb(53,96,19); }

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