#356113

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

Shades of Dell #356113

Tints of Dell #356113

Color information

#356113 (or 0x356113) is unknown color: approx Dell. HEX triplet: 35, 61 and 13. RGB value is (53,97,19). Sum of RGB (Red+Green+Blue) = 53+97+19=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #356113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356113 is #CA9EEC. Grayscale: #4B4B4B. Windows color (decimal): -13278957 or 1270069. OLE color: 1270069.

HSL color Cylindrical-coordinate representation of color #356113: hue angle of 93.85º 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 #356113 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB539719-
CMYK0.4500.800.62
HSL93.85º67.24%22.75%-
HSV(B)93.85º80.41%38.04%-
XYZ5.869.352.11-
YUV74.9596.42112.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 97 (38.28% from 255) = 57.40%
BLUE value IS 19 (7.81% from 255) = 11.24%
R=31.36%
G=57.40%
B=11.24%

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
Decimal5397190.4500.800.6293.8567.2422.75
Hex3561132D0503E5e4317
Octal65141235501207613610327
Binary110101110000110011101101010100001111101011110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356113; }

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

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

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

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

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

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

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

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